Skip to content

Commit b83a09f

Browse files
order in alphabetical order click board
Signed-off-by: Francois Berder <[email protected]>
1 parent deb557b commit b83a09f

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

letmecreate/click/__init__.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
"""Python binding of the click part of the LetMeCreate library.
22
33
It defines binding for the following click boards:
4-
- Thermo3
5-
- Proximity
6-
- Accel
7-
- Relay2
8-
- Motion
9-
- 8x8R (LED matrix)
10-
- Joystick
11-
- Color
124
- 7Seg
13-
- IR distance
14-
- Bargraph
15-
- Relay (partial support: only relay 1 working)
16-
- IR eclipse
17-
- Color2
5+
- 8x8R (LED matrix)
6+
- Accel
187
- ADC
198
- Alcohol
9+
- Bargraph
10+
- Color
11+
- Color2
2012
- Eve
13+
- IR distance
14+
- IR eclipse
15+
- Joystick
16+
- Motion
17+
- Proximity
18+
- Relay (partial support: only relay 1 working)
19+
- Relay2
2120
- Relay4
21+
- Thermo3
2222
"""
2323

24-
__all__ = ['thermo3', 'proximity', 'accel', 'relay2', 'motion', 'led_matrix',
25-
'joystick', 'color', 'seven_seg', 'ir_distance', 'bargraph',
26-
'relay', 'ir_eclipse', 'color2', 'adc', 'alcohol', 'eve', 'relay4']
24+
__all__ = ['seven_seg', 'led_matrix', 'accel', 'adc', 'alcohol', 'bargraph',
25+
'color', 'color2', 'eve', 'ir_distance', 'ir_eclipse', 'joystick',
26+
'motion', 'proximity', 'relay', 'relay2', 'relay4', 'thermo3']

0 commit comments

Comments
 (0)