add class comment
This commit is contained in:
parent
039e65e6df
commit
4031b7555a
9 changed files with 159 additions and 1 deletions
|
@ -16,6 +16,15 @@
|
|||
#define DAC2_ADDRESS 0x62
|
||||
#define DAC3_ADDRESS 0x63
|
||||
|
||||
/**
|
||||
* @brief This class represents the Analog Card.
|
||||
*
|
||||
* The analog card has 8 analog inputs accross two banks, and 4 DAC outputs.
|
||||
*
|
||||
* @note You do not need to specify the ESPMega I/O Address when creating an instance of this class as there can only be one Analog Card installed in the ESPMegaPRO board.
|
||||
* @warning There can only be one Analog Card installed in the ESPMegaPRO board.
|
||||
*
|
||||
*/
|
||||
class AnalogCard : public ExpansionCard {
|
||||
public:
|
||||
AnalogCard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue