Skip to content

Commit b728a0f

Browse files
committed
[board] Fix some board module descriptions
1 parent 30e24e6 commit b728a0f

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

src/modm/board/devebox_stm32h750vb/module.lb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/modm/board/srxe/module.lb

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff 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

3436
def prepare(module, options):

0 commit comments

Comments
 (0)