Skip to content

Commit ae1980a

Browse files
authored
Update README.md
1 parent beca4c4 commit ae1980a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,25 @@
2323

2424
The basic necesseties are in-place. This means that you can compile and upload code to your Apollo3 board. Development can be done with the whole range of Hardware Abstraction Layer functions provided in the AmbiqSuite Software Development Kit (based on Release2.1.0).
2525

26-
Current focus is to begin building support for the essential Arduino libraries including:
27-
* Serial: Fully implemented (will fix bugs and tweak performance over time)
28-
* GPIO
29-
* Working:
30-
* ditigal functions (read / write)
31-
* analogRead
32-
* analogWrite
33-
* interrupts
34-
* Timing
35-
* Working:
36-
* delay
37-
* delayMicroseconds
38-
* millis
39-
* micros
40-
* seconds (extension)
26+
**Main Arduino Features**
27+
* Serial: ✅
28+
* GPIO: ✅
29+
* Analog / Servo Output: ✅
30+
* Analog Input: ✅
31+
* Timing / Delays: ✅
4132
* Wire
42-
* Working: 90% use case, master I2C interface.
33+
* Master: ✅
34+
* Slave: ❌
4335
* SPI
44-
* Working: transfers with SPISettings.
36+
* Master: ✅
37+
* Slave: ❌
38+
39+
**Apollo3 Specialty Peripherals**
40+
* PDM Microphones / I2S: 🤔
41+
* BLE: 🤔
42+
* Multi-bit SPI: 🤔
43+
* I2C/SPI Slave: 🤔
44+
4545

4646

4747

0 commit comments

Comments
 (0)