File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 15
15
*
16
16
* Modified by: Arduino.org development Team.
17
17
*
18
- ****************************************************************************
18
+ ********************************************************************************************************************************************************
19
+ *
20
+ * Fixed Wire Class,
21
+ * Changed Motion.ino example to be connected allways with the pin D2 and
22
+ * fixed the interrupt attach function
23
+ *
24
+ * Date: 04/26/2021
25
+ *
26
+ * Modified by: Pablo Marquínez @ content team arduino.cc ([email protected] )
27
+ *
19
28
/***************************************************************************
29
+ *
20
30
* License:
21
31
*
22
32
* Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 16
16
* Modified by: Arduino.org development Team.
17
17
*
18
18
****************************************************************************
19
+ *
20
+ * Fixed Wire Class,
21
+ * Changed Motion.ino example to be connected allways with the pin D2 and
22
+ * fixed the interrupt attach function
23
+ *
24
+ * Date: 04/26/2021
25
+ *
26
+ * Modified by: Pablo Marquínez @ content team arduino.cc ([email protected] )
27
+ *
19
28
/***************************************************************************
29
+ *
20
30
* License:
21
31
*
22
32
* Redistribution and use in source and binary forms, with or without
56
66
57
67
58
68
59
-
60
69
extern " C" {
61
70
#include < utility/BNO055.h>
62
71
}
You can’t perform that action at this time.
0 commit comments