Skip to content

Commit f00d3a3

Browse files
committed
Update README.md
1 parent 6ef39f7 commit f00d3a3

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,15 @@ You can see the memory mapping by opening the map and mem file generated along w
9999

100100
## Included libraries
101101

102-
To be added. No library yet.
102+
Most parts of the Arduino core system and some Arduino libraries are already ported to C-syntax. The resulting API is still very close to the C++ version and porting an existing application is not hard. Refer to the examples that come with the libraries.
103103

104+
#### Communication
105+
106+
* SPI: Real hardware-SPI up to 12MHz.
107+
108+
#### Sensors
109+
110+
* TouchKey: Internal 6-channel capacitive touch module wrapper with an adaptive baseline algorithm.
104111

105112
## Compatibility with the Arduino world
106113

0 commit comments

Comments
 (0)