1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/arduino
J. David Ibáñez a651315fbe sys/arduino: add interrupts/noInterrupts
This fixes the error:

$ BOARD=arduino-mega2560 make -C tests/pkg_arduino_sdi_12/
[...]
[...]/RIOT/build/pkg/arduino_sdi_12/src/SDI12.cpp:379:7: error: ‘interrupts’ was not declared in this scope
2021-10-28 15:59:48 +02:00
..
include sys/arduino: add interrupts/noInterrupts 2021-10-28 15:59:48 +02:00
base.cpp sys/arduino: use ztimer as backend high-level timer 2021-06-17 10:23:21 +02:00
doc.txt sys/arduino: fix typos 2019-11-23 22:39:37 +01:00
Kconfig cpp: Use modules for cpp and libstdcpp 2021-07-02 15:11:10 +02:00
Makefile sys: added module for running Arduino code 2015-11-27 12:45:12 +01:00
Makefile.include sys/arduino: Remove option 2021-07-02 15:11:09 +02:00
post.snip sys: added module for running Arduino code 2015-11-27 12:45:12 +01:00
pre.snip sys/arduino: make arduino sketch works on avr based boards 2017-01-03 13:01:30 +01:00
serialport.cpp sys/arduino: use fmt_float to print float values 2020-10-27 15:31:42 +01:00
sketches.inc.mk many typo fixes 2019-11-23 22:39:07 +01:00
SPI.cpp sys/arduino: update SPI class to new API 2021-09-01 21:38:40 +02:00
wireport.cpp sys/arduino: fix ENABLE_DEBUG definition 2021-08-12 17:30:45 +02:00