You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,21 +30,30 @@ MikroClick board supported:
30
30
- ADC
31
31
- Air quality
32
32
- Alcohol
33
+
- Alphanum
33
34
- Bargraph
34
35
- CO
35
36
- Color
36
37
- Color2
37
38
- EVE
39
+
- Fan
40
+
- GYRO
38
41
- IR distance
39
42
- IR eclipse
40
43
- Joystick
44
+
- Light
41
45
- Motion
46
+
- OLED
42
47
- Opto
43
48
- Proximity
44
49
- Relay (partial support)
45
50
- Relay2
46
51
- Relay4 (partial support)
52
+
- RTC
47
53
- Thermo3
54
+
- Weather
55
+
56
+
The Raspberry PI sense Hat is supported by the library, except the EEPROM because the pins are not connected on the I2C bus. The atmel chip is confusing the I2C driver of the Ci40 which makes it sometimes impossible to communicate with the hat. Inserting the hat after the board finished booting often solves the issue (assuming it does not cause a reset of the Ci40 because of a brown-out reset).
48
57
49
58
Examples are installed in /usr/bin/letmecreate_examples.
50
59
Tests are installed in /usr/bin/letmecreate_tests.
0 commit comments