Skip to content

Commit 8f31120

Browse files
Merge branch 'dev'
2 parents 32fa05c + 7a1f94e commit 8f31120

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

letmecreate/click/__init__.py

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@
1212
- Color
1313
- Color2
1414
- Eve
15+
- Fan
1516
- GYRO
1617
- IR distance
1718
- IR eclipse
1819
- Joystick
20+
- Light
1921
- LIN Hall
2022
- Motion
23+
- Oled
2124
- Proximity
2225
- Relay (partial support: only relay 1 working)
2326
- Relay2
2427
- Relay4
28+
- RTC
2529
- Thermo3
2630
- UNI Hall
2731
"""
2832

2933
__all__ = ['seven_seg', 'led_matrix', 'accel', 'adc', 'air_quality', 'alcohol',
30-
'bargraph', 'CO', 'color', 'color2', 'eve', 'gyro', 'ir_distance',
31-
'ir_eclipse', 'joystick', 'lin_hall', 'motion', 'proximity', 'relay',
32-
'relay2', 'relay4', 'rtc', 'thermo3', 'uni_hall']
34+
'bargraph', 'CO', 'color', 'color2', 'eve', 'fan', 'gyro',
35+
'ir_distance', 'ir_eclipse', 'joystick', 'light', 'lin_hall',
36+
'motion', 'oled', 'proximity', 'relay', 'relay2', 'relay4', 'rtc',
37+
'thermo3', 'uni_hall']

0 commit comments

Comments
 (0)