File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Then include this file in your build options like so:
5858
5959```xml
6060<library>
61- <extends>modm:blue-pill </extends>
61+ <extends>modm:devebox-stm32h750vb </extends>
6262 <options>
6363 <option name="modm:build:openocd.cfg">openocd.cfg</option>
6464 </options>
Original file line number Diff line number Diff line change @@ -15,20 +15,22 @@ def init(module):
1515 module .description = """
1616# Smart Response XE
1717
18- Smart Response XE is an obsolete classroom clicker, sold for as little as 5 USD on well known online auction site.
19- It's a compelling platform that's fully reverse engineered and ready to hack out of box, featuring:
20- - ATmega128RFA1 MCU
21- - 384x136 LCD display
22- - QWERTY keyboard
23- - External 1M SPI flash
24- - Exposed ISP and JTAG headers
25- - ZigBee transciever w/ antennas
26- - Powered by 4 AAA batteries
27- - Optional (unpopulated):
28- - RS232
29- - Debug LED
30- - Buzzer
31- - Accelerometer
18+ Smart Response XE is an obsolete classroom clicker, sold for as little as 5 USD
19+ on well known online auction site. It's a compelling platform that's fully
20+ reverse engineered and ready to hack out of box, featuring:
21+
22+ - ATmega128RFA1 MCU
23+ - 384x136 LCD display
24+ - QWERTY keyboard
25+ - External 1MB SPI flash
26+ - Exposed ISP and JTAG headers
27+ - ZigBee transciever with antennas
28+ - Powered by 4 AAA batteries
29+ - Optional (unpopulated):
30+ - RS232
31+ - Debug LED
32+ - Buzzer
33+ - Accelerometer
3234"""
3335
3436def prepare (module , options ):
You can’t perform that action at this time.
0 commit comments