Roger Clark
|
c5caa5d288
|
Fixed missing definition of digitalPinToInterrupt, by adding macro which simply uses the pin number - as it doesnt need to be mapped
|
2017-11-13 12:03:19 +11:00 |
Roger Clark
|
71a198a1d0
|
Fix problems with tone functions
|
2016-12-12 17:57:50 +11:00 |
roger@rogerclark.net
|
b5a5e67ad0
|
Added missing API functions microsecondsToClockCycles etc
|
2016-05-13 06:17:59 +10:00 |
Roger Clark
|
e9e9048a31
|
Added new file WCharacter.h, and updated String files to add missing Arduino API functionality
|
2016-05-03 21:01:09 +10:00 |
Roger Clark
|
0909f4c20d
|
Changed defines for MOSI, MISO etc into const static vars, to address compatibility issues
|
2016-05-03 20:23:51 +10:00 |
rogerclarkmelbourne
|
784c7beac5
|
Added _BV macro fro AVR compatibility
|
2015-10-27 21:06:00 +11:00 |
Roger Clark
|
1d7a0bc21b
|
Fix issue with default SPI pin definitions in wirish.h being incorrect (as they were the pin definitions for AVR boards). wirish.h now uses the pin definitions defined in board.h for whatever variant is selected
|
2015-07-05 03:08:34 +10:00 |
Roger Clark
|
115bb6ebbf
|
Added pulseIn API function
|
2015-05-09 15:11:35 +10:00 |
Roger Clark
|
29c5d538da
|
Added missing include to avr/dostrf.h in wirish.h so that dtostrf can be used without needing to include that file
|
2015-03-04 22:30:57 +11:00 |
Roger Clark
|
5f83c13285
|
renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4
|
2015-02-24 20:13:04 +11:00 |