1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/arduino/include
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
..
Arduino.h sys/arduino: add Arduino.h for compatibility 2019-10-19 19:22:40 +02:00
arduino.hpp sys/arduino: add interrupts/noInterrupts 2021-10-28 15:59:48 +02:00
serialport.hpp sys/arduino: Extended Serial.print() / println() 2019-09-04 21:36:20 +02:00
SPI.h sys/arduino: Added SPI interface 2019-11-07 13:04:46 +01:00
spiport.hpp sys/arduino: Added SPI interface 2019-11-07 13:04:46 +01:00
Wire.h sys/arduino: add Wire (I2C) library implementation 2019-10-24 08:33:49 +02:00
wireport.hpp sys/arduino: fix typo 'adress' -> 'address' 2020-10-02 08:09:14 +02:00