Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-berder committed Jan 10, 2017
2 parents 32fa05c + 7a1f94e commit 8f31120
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions letmecreate/click/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,26 @@
- Color
- Color2
- Eve
- Fan
- GYRO
- IR distance
- IR eclipse
- Joystick
- Light
- LIN Hall
- Motion
- Oled
- Proximity
- Relay (partial support: only relay 1 working)
- Relay2
- Relay4
- RTC
- Thermo3
- UNI Hall
"""

__all__ = ['seven_seg', 'led_matrix', 'accel', 'adc', 'air_quality', 'alcohol',
'bargraph', 'CO', 'color', 'color2', 'eve', 'gyro', 'ir_distance',
'ir_eclipse', 'joystick', 'lin_hall', 'motion', 'proximity', 'relay',
'relay2', 'relay4', 'rtc', 'thermo3', 'uni_hall']
'bargraph', 'CO', 'color', 'color2', 'eve', 'fan', 'gyro',
'ir_distance', 'ir_eclipse', 'joystick', 'light', 'lin_hall',
'motion', 'oled', 'proximity', 'relay', 'relay2', 'relay4', 'rtc',
'thermo3', 'uni_hall']

0 comments on commit 8f31120

Please sign in to comment.