document everything except InternalDisplay and IoT
This commit is contained in:
parent
4031b7555a
commit
789afc04dc
8 changed files with 398 additions and 74 deletions
|
@ -5,6 +5,12 @@
|
|||
#define DISPLAY_FETCH_TIMEOUT 100 // ms
|
||||
#define DISPLAY_FETCH_RETRY_COUNT 5
|
||||
|
||||
/**
|
||||
* @brief The ESPMegaDisplay class is a class for controlling the ESPMegaDisplay.
|
||||
*
|
||||
* @note The ESPMegaDisplay is a UART controlled display.
|
||||
* @note Connect the Display's TX pin to the ESPMega's RX pin and the Display's RX pin to the ESPMega's TX pin.
|
||||
*/
|
||||
class ESPMegaDisplay
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue