75fbe7673f
added new CDC-, Mouse-, and Keyboard-related keywords
2012-04-09 09:00:48 -04:00
04c9bb2f4d
Adding const to keywords.txt.
...
http://code.google.com/p/arduino/issues/detail?id=137
2012-03-11 14:25:35 -04:00
76c964d32b
Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen).
...
This also changes pinMode(pin, INPUT); to explicitly disable the pull-up resistor, even if it was previously set.
http://code.google.com/p/arduino/issues/detail?id=246
2012-01-02 14:20:28 -05:00
cb39ad9739
A few API changes to new Stream parsing functions.
...
Renamed readChars() -> readBytes(), readCharsUntil() -> readBytesUntil().
Changed timeouts to milliseconds from seconds; default from 5 to 1 seconds.
Removed readCharsBetween().
2011-08-17 14:16:47 -04:00
97abbd7a31
Removing BYTE keyword (use Serial.write() instead).
2011-02-26 13:58:03 -05:00
956a4f2024
Revert "Adding noAnalogWrite() function to disable PWM."
...
This reverts commit 38d4a34fec
.
2011-02-18 10:40:56 -05:00
38d4a34fec
Adding noAnalogWrite() function to disable PWM.
...
Also, removing the inline version of digitalPinToTimer() (since we're not optimizing the functions that use it anyway). The noAnalogWrite() function is in wiring_analog.c, deriving from the previous turnOffPWM() which has moved from wiring_digital.c.
http://code.google.com/p/arduino/issues/detail?id=476
2011-02-12 14:47:08 -05:00
57e2c152f1
Adding shiftIn() from Wiring (no count or delaytime though).
2010-08-11 22:59:00 +00:00
4df6fde6b5
Added String keyword
2010-07-27 21:29:58 +00:00
52e0e1a999
INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194 ).
2010-07-10 21:07:51 +00:00
31601ffe77
Adding a peek() function to Stream and HardwareSerial (Serial).
2010-07-04 23:31:55 +00:00
0f357096b4
Updated reference and added tone() and noTone() to keywords.txt.
2010-01-09 17:43:16 +00:00
9c8f9c852c
Adding end() to the keywords file.
2009-12-23 00:01:36 +00:00
76f7c447b9
Adding Serial1, Serial2, Serial3 to keywords.txt. Removing SERIAL and DISPLAY.
2009-12-18 16:25:28 +00:00
de28fadf49
Adding break and continue to the keywords file.
2009-10-23 22:40:47 +00:00
20ebdc9d30
Spaces -> tabs in keywords.txt (should fix highlighting of bit related functions).
2009-07-14 22:07:37 +00:00
df4f1629c4
Making things more Arduino-like (cont...)
2009-06-01 17:10:56 +00:00
22ed6cdb73
Importing Processing rev. 5503 (1.0.3).
2009-05-31 15:53:33 +00:00