Commit graph

9 commits

Author SHA1 Message Date
Cristian Maglie
a546da22f9 Fixed min/max definition and other macros as well
It seems that

   #include <stdint.h>

is able to undef "min" and "max" previously defined. With this
commit we make sure that they are defined as last.

Fix #10
2015-06-24 10:02:01 +02:00
Cristian Maglie
97f1cf6af5 Hide non-API pinPeripheral method 2015-06-15 14:16:15 +02:00
Cristian Maglie
d6857ed139 Fixed regression on boolean type definition 2015-01-27 15:19:12 +01:00
Cristian Maglie
2730cc0552 samd: Arduino "boolean" type is now mapped on "bool" 2015-01-14 00:35:52 +01:00
Jonathan BAUDIN
0f3247688b Merge branch 'zero' of github.com:arduino/ArduinoZero into zero
Conflicts:
	hardware/arduino/samd/variants/arduino_zero/variant.cpp
2014-05-15 18:19:35 +02:00
Jonathan BAUDIN
3589d6c230 Fix abs define 2014-05-15 18:08:56 +02:00
Thibaut VIARD
3cd1d4e606 Bringing support of External Interrupts 2014-05-15 00:07:03 +02:00
Thibaut VIARD
30614228fe Adding digital with variant defs update 2014-05-05 19:12:17 +02:00
Thibaut VIARD
973ccc47d8 Adding first files, not Zero specific 2014-04-15 14:46:03 +02:00