File tree Expand file tree Collapse file tree 18 files changed +19
-19
lines changed
samv71_xplained_ultra/adc
stm32f072_discovery/tmp102 Expand file tree Collapse file tree 18 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 13
13
14
14
#include < modm/platform.hpp>
15
15
#include < modm/driver/temperature/ds18b20.hpp>
16
- #include < modm/io/iostream .hpp>
16
+ #include < modm/io.hpp>
17
17
18
18
using namespace modm ::platform;
19
19
using namespace modm ::literals;
Original file line number Diff line number Diff line change 12
12
// ----------------------------------------------------------------------------
13
13
14
14
#include < modm/platform.hpp>
15
- #include < modm/io/iostream .hpp>
15
+ #include < modm/io.hpp>
16
16
17
17
using namespace modm ::platform;
18
18
using namespace modm ::literals;
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ using namespace std::chrono_literals;
19
19
20
20
// Create a new UART object
21
21
22
- #include < modm/io/iostream .hpp>
22
+ #include < modm/io.hpp>
23
23
// Create a IOStream for complex formatting tasks
24
24
modm::IODeviceWrapper< Uart0, modm::IOBuffer::BlockIfFull > device;
25
25
modm::IOStream output (device);
Original file line number Diff line number Diff line change 13
13
14
14
#include < modm/platform.hpp>
15
15
#include < modm/driver/display/ea_dog.hpp>
16
- #include < modm/io/iostream .hpp>
16
+ #include < modm/io.hpp>
17
17
#include < modm/architecture/interface/clock.hpp>
18
18
19
19
using namespace modm ::platform;
Original file line number Diff line number Diff line change 12
12
// ----------------------------------------------------------------------------
13
13
14
14
#include < modm/platform.hpp>
15
- #include < modm/io/iostream .hpp>
15
+ #include < modm/io.hpp>
16
16
using namespace modm ::literals;
17
17
18
18
using namespace modm ::platform;
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
#include < modm/board.hpp>
12
- #include < modm/io/iostream .hpp>
12
+ #include < modm/io.hpp>
13
13
#include < modm/platform.hpp>
14
14
15
15
int
Original file line number Diff line number Diff line change 10
10
// ----------------------------------------------------------------------------
11
11
12
12
#include < modm/board.hpp>
13
+ #include < modm/io.hpp>
13
14
#include < modm/driver/display/st7789.hpp>
14
15
#include < modm/driver/display/st7789/st7789_spi_interface.hpp>
15
16
#include < modm/processing/timer/periodic_timer.hpp>
Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
#include < modm/board.hpp>
14
- #include < modm/io/iostream .hpp>
14
+ #include < modm/io.hpp>
15
15
16
16
using namespace modm ::platform;
17
17
using namespace modm ::literals;
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
#include < modm/board.hpp>
12
- #include < modm/io/iostream .hpp>
12
+ #include < modm/io.hpp>
13
13
14
14
using namespace modm ::platform;
15
15
using namespace modm ::literals;
52
52
53
53
modm::delay (500ms);
54
54
}
55
- }
55
+ }
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
#include < modm/board.hpp>
12
- #include < modm/io/iostream .hpp>
12
+ #include < modm/io.hpp>
13
13
#include < modm/platform.hpp>
14
14
15
15
using namespace modm ::platform;
83
83
84
84
while (true )
85
85
;
86
- }
86
+ }
You can’t perform that action at this time.
0 commit comments