Skip to content

Commit 1cbab70

Browse files
committed
doc(libraries): add missing built-in libraries
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 0a3f508 commit 1cbab70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Libraries using basic features like Serial, SPI, I2C,... should be fully compati
2222
2323
## Built-in (delivered with the core package)
2424

25+
* CMSIS_DSP: see usage example [here](../blob/main/libraries/CMSIS_DSP/examples/arm_sin_cos_example_f32/arm_sin_cos_example_f32.ino)
2526
* EEPROM: follow the official [EEPROM](https://docs.arduino.cc/learn/built-in-libraries/eeprom/) API
27+
* IWatchdog: see [here](../blob/main/libraries/IWatchdog/README.md)
2628
* Servo: follow the official [Servo](https://docs.arduino.cc/libraries/servo/) API
2729
* SoftwareSerial: follow the official [SoftwareSerial](https://docs.arduino.cc/learn/built-in-libraries/software-serial/) API.<br>
2830
It uses an **hardware timer**. Interrupt is triggered at a `frequency = Baudrate * OVERSAMPLE` (by default _3*baudrate_) to handle RX as well as TX transmissions.

0 commit comments

Comments
 (0)