Skip to content

Commit a20a12b

Browse files
committed
update for v0.3.0
1 parent 4ae45bd commit a20a12b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ I am writing this core from scratch, with code size and efficiency as the main g
55

66

77
## Development Status
8-
Work in progress as of spring 2020.
9-
10-
Several of the most commonly used functions are implemented as of v0.2. Support for Serial.print is planned for v0.3.
8+
v 0.3.0 includes [debugSerial](https://github.com/nerdralph/debugSerial), for basic serial output supporting the most common [Serial.print()](https://www.arduino.cc/reference/en/language/functions/communication/serial/print) data types.
119

1210
## Supported Functions
1311
* [analogRead()](https://www.arduino.cc/en/Reference/AnalogRead)
12+
* [analogReference()](https://www.arduino.cc/en/Reference/AnalogReference)
1413
* [analogWrite()](https://www.arduino.cc/en/Reference/AnalogWrite)
1514
* [delay()](https://www.arduino.cc/en/Reference/Delay)
1615
* [delayMicroseconds()](https://www.arduino.cc/en/Reference/DelayMicroseconds) *wrapper for _delay_us()*
1716
* [digitalRead()](https://www.arduino.cc/en/Reference/DigitalRead)
1817
* [digitalWrite()](https://www.arduino.cc/en/Reference/DigitalWrite)
1918
* [millis()](https://www.arduino.cc/en/Reference/Millis) *Watchdog timer based. Will increase with steps of 16*
19+
* [pinMode()](https://www.arduino.cc/en/Reference/PinMode)
2020
* [shiftIn()](https://www.arduino.cc/en/Reference/ShiftIn)
2121
* [shiftOut()](https://www.arduino.cc/en/Reference/ShiftOut)
2222

0 commit comments

Comments
 (0)