1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/arduino/include
J. David Ibáñez 77df3eedbd sys/arduino: millis() expected to have C linkage
This fixes building tests/pkg_arduino_sdi_12 for the hifive1b board.

The problem is, in build/pkg/arduino_api/api/Common.h millis is defined
within an extern "C" block. While in sys/arduino/include/arduino.hpp it
was not.
2021-11-05 10:21:26 +01:00
..
Arduino.h sys/arduino: add Arduino.h for compatibility 2019-10-19 19:22:40 +02:00
arduino.hpp sys/arduino: millis() expected to have C linkage 2021-11-05 10:21:26 +01: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