-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
doc: rebuild
Showing
92 changed files
with
4,049 additions
and
306 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Base Peripheral | ||
*************** | ||
|
||
The `espp::BasePeripheral` class is a base class for all peripherals. It | ||
provides a common interface for all peripherals and is used to access the | ||
peripheral's registers. It is primarily designed to be used as a base class for | ||
peripheral classes that communicate using I2C (address-based) or SPI (CS-based) | ||
protocols. | ||
|
||
The base class provides an interface for specifying different communications | ||
functions that the peripheral may use, as well as providing some base | ||
implementations for common functionality such as reading / writing u8 and u16 | ||
values from / to a register. | ||
|
||
.. ---------------------------- API Reference ---------------------------------- | ||
API Reference | ||
------------- | ||
|
||
.. include-build-file:: inc/base_peripheral.inc |
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
Oops, something went wrong.