1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-04 15:24:12 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
David A. Mellis
950789ab74 Adding micros() function. 2008-11-26 14:14:59 +00:00
David A. Mellis
4bafc461c5 Including new bits and bytes api in the keywords file. 2008-11-08 21:58:57 +00:00
David A. Mellis
4cf1b4c1bb Fixing keywords.txt so that Find in Reference will work. Removing empty app/language directory. 2008-01-21 16:40:45 +00:00
David A. Mellis
05717a198c Adding analogReference() function - needs testing on an ATmega8 (but works on the ATmega 168). 2007-12-14 04:21:59 +00:00
David A. Mellis
444c2dee32 Adding map(), fixing radians() and degrees(), adding cast functions (int(x) instead of (int) x), adding interrupts() and noInterrupts(), etc. 2007-11-21 17:08:07 +00:00
David A. Mellis
46c7885bc6 Adding some missing keywords. 2007-04-20 23:19:08 +00:00
David A. Mellis
794d03264a Added missing keywords (attachInterrupt
detachInterrupt
Serial.flush <-- Serial is highlighted, flush is not
randomSeed
random)
2007-03-03 19:47:59 +00:00
David A. Mellis
514a74849a attachInterrupt() and detachInterrupt(): from Wiring, with changes to automatically enable and disable the relevant interrupt and to specify the trigger. 2006-11-24 17:12:32 +00:00
David A. Mellis
b3d300dd35 Adding keywords for shiftOut(), LSBFIRST, MSBFIRST. 2006-11-24 16:57:16 +00:00
David A. Mellis
79b062a6cb Updated keywords.txt to include new Serial API keywords and pulseIn. 2006-04-26 17:03:19 +00:00
David A. Mellis
ac1e2edcc6 Added printNewline() to the syntax highlighting keywords file. 2006-01-05 01:51:14 +00:00
David A. Mellis
9e8cc277ea Corrected keywords file. 2005-10-05 13:14:51 +00:00
David A. Mellis
9fc5aa63f6 Initial Arduino IDE based on Processing. 2005-08-25 21:06:28 +00:00