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 59
59
main ()
60
60
{
61
61
Board::initialize ();
62
+ Leds::setOutput ();
62
63
63
64
MODM_LOG_DEBUG << " Debug" << modm::endl;
64
65
MODM_LOG_INFO << " Info" << modm::endl;
83
84
}
84
85
if (tmr.execute ())
85
86
{
86
- LedNorth ::toggle ();
87
+ Leds ::toggle ();
87
88
88
89
MODM_LOG_INFO << " loop: " << counter++ << modm::endl;
89
90
}
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