You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,15 @@ You can see the memory mapping by opening the map and mem file generated along w
99
99
100
100
## Included libraries
101
101
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.
103
103
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.
0 commit comments