-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a139638
commit c5e7dcb
Showing
5 changed files
with
71 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
!!! Note "" | ||
Spin API is an entry point to access APIs and classes dedicated for interaction with the Spin board peripherals | ||
|
||
## Detailed documentation on available API: | ||
- [Data API](dataAPI.md) | ||
|
||
## Detailed documentation on hardware management classes: | ||
- [Comparator](powerAPI/classCompHAL.md) | ||
- [Digital Analog converter](dac.md) | ||
- [General-Purpose Input Output](gpio.md) | ||
- [LEDs](powerAPI/classLedHAL.md) | ||
- [PWM](pwm.md) | ||
- [Timer](powerAPI/classTimerHAL.md) | ||
- [UART](powerAPI/classUartHAL.md) | ||
|
||
## API Reference | ||
::: doxy.powerAPI.class | ||
name: SpinAPI |