File tree Expand file tree Collapse file tree 8 files changed +20
-223
lines changed Expand file tree Collapse file tree 8 files changed +20
-223
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5959main ()
6060{
6161 Board::initialize ();
62+ Leds::setOutput ();
6263
6364 MODM_LOG_DEBUG << " Debug" << modm::endl;
6465 MODM_LOG_INFO << " Info" << modm::endl;
8384 }
8485 if (tmr.execute ())
8586 {
86- LedNorth ::toggle ();
87+ Leds ::toggle ();
8788
8889 MODM_LOG_INFO << " loop: " << counter++ << modm::endl;
8990 }
Original file line number Diff line number Diff line change 1+ <library >
2+ <extends >modm:disco-f303vc</extends >
3+ <!-- <extends>modm:blue-pill-f103</extends> -->
4+ <!-- <extends>modm:black-pill-f401</extends> -->
5+ <options >
6+ <option name =" modm:build:build.path" >../../../build/generic/rtt</option >
7+ <option name =" modm:platform:rtt:buffer.tx" >256</option >
8+ <option name =" modm:platform:rtt:buffer.rx" >16</option >
9+ <!-- Required for modm:blue-pill-f103, modm:black-pill-f401 -->
10+ <!-- <option name="modm:build:openocd.cfg">../stlink.cfg</option> -->
11+ </options >
12+ <modules >
13+ <module >modm:platform:rtt</module >
14+ <module >modm:processing:timer</module >
15+ <module >modm:build:scons</module >
16+ <module >modm:debug</module >
17+ </modules >
18+ </library >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments