Marian Buschsieweke
d4aeca7469
sys/arduino: Extended Serial.print() / println()
...
- Serial.print() and Serial.println() have been extended to support:
- unsigned int
- long
- unsigned long
- The SerialFormat BIN has been implemented
- Serial.println(void) has been added
2019-09-04 21:36:20 +02:00
Marian Buschsieweke
8cff47304b
sys/arduino: Make use of US_PER_MS in delay()
2019-08-29 13:57:56 +02:00
Marian Buschsieweke
27eca42f48
sys/arduino: Added millis()
...
Added arduino-compatilbe "unsigned long millis()"
2019-08-29 13:36:15 +02:00
Gaëtan Harter
be30f072e2
sys/arduino/sketches: build sketches as a module
...
Generate a module for arduino sketches in a subfolder of BINDIR.
This prevents issues when doing concurrent builds or out of tree build with
readonly sources.
Declare all generated files as `BUILDDEPS` to be re-created after
`clean` on parrallel `clean all`.
2019-08-21 11:57:41 +02:00
Benjamin Valentin
9311e05fcf
sys/arduino: reduce scope of adc_line_state
...
This makes cppcheck happy.
2019-08-06 19:43:54 +02:00
Benjamin Valentin
e8dc1119b8
sys: make use of ARRAY_SIZE macro
2019-08-06 19:43:54 +02:00
Kevin "Bear Puncher" Weiss
f376b46691
Merge pull request #10150 from fedepell/arduino_2
...
sys/arduino: add arduino time functions micros() and delayMicroseconds()
2018-10-16 08:46:10 +02:00
Federico Pellegrin
75c4dab3c7
sys/arduino: correct micros() return type
2018-10-12 17:40:37 +02:00
Kevin "Bear Puncher" Weiss
ceba02f368
Merge pull request #10149 from fedepell/arduino_1
...
sys/arduino: add docs for analog map (strictly needed to build)
2018-10-12 15:09:38 +02:00
Federico Pellegrin
a89e43ae31
sys/arduino: add possibility to customize Arduino serial port at compile time
2018-10-11 21:33:50 +02:00
Federico Pellegrin
4960607a1e
sys/arduino: add arduino time functions micros() and delayMicroseconds()
2018-10-11 14:42:46 +02:00
Federico Pellegrin
4a7222072f
sys/arduino: add docs for analog map (strictly needed to build)
2018-10-11 14:17:50 +02:00
Gaëtan Harter
14ac80e15a
sys/arduino: use RIOTTOOLS variable
...
Follow up to #9067 and part of #8821
2018-05-04 11:16:48 +02:00
Laurent Navet
9de00af063
cpu/atmega_common: add adc driver
2017-11-10 14:19:08 +01:00
Joakim Nohlgård
575b8ea340
sys/arduino: Make SerialPort constructor explicit
2017-02-17 08:02:36 +01:00
3b1d67badd
sys/arduino: make arduino sketch works on avr based boards
2017-01-03 13:01:30 +01:00
560a509036
make: remove trailing slash from BINDIR variable
2016-10-18 23:27:59 +02:00
Laurent Navet
b702049134
sys/arduino: fix typos in documentation
2016-06-12 10:45:25 +02:00
DipSwitch
0bb4748a94
core: Fix/refactor function naming in core/incude/irq.h
2016-03-20 16:47:34 +01:00
Hauke Petersen
013eed7fa0
sys: adapted to GPIO changes
2016-03-17 14:55:30 +01:00
Hauke Petersen
236bd201ca
sys/arduino: adapted to changed UART cb type
2016-03-15 14:24:48 +01:00
Oleg Hahm
b87a0f12b0
arduino header: fix pedantic compiler warnings
2015-12-07 20:28:52 +01:00
Cenk Gündoğan
7761045c48
arduino: minor doc fix
2015-12-04 17:27:44 +01:00
Hauke Petersen
7855cb3707
sys: added module for running Arduino code
2015-11-27 12:45:12 +01:00