Rename Directory
This commit is contained in:
parent
4fd8a0a761
commit
74c37e3747
|
@ -14,8 +14,6 @@
|
|||
#include <MCP4725.h>
|
||||
#endif
|
||||
|
||||
#warning "The procedural ESPMega library does not support installing card. If you want to use the card system, please use the OOP version of the library."
|
||||
|
||||
#define INPUT_BANK_A_ADDRESS 0x21
|
||||
#define INPUT_BANK_B_ADDRESS 0x22
|
||||
#define PWM_BANK_ADDRESS 0x5F
|
|
@ -1,4 +1,4 @@
|
|||
#include <ESPMegaPRO_OOP.hpp>
|
||||
#include <ESPMegaProOS.hpp>
|
||||
|
||||
// Reserve FRAM address 0 - 1000 for ESPMegaPRO Internal Use
|
||||
// (34 Bytes) Address 0-33 for Built-in Digital Output Card
|
|
@ -1,4 +1,4 @@
|
|||
#include <ESPMegaPRO_OOP.hpp>
|
||||
#include <ESPMegaProOS.hpp>
|
||||
#include <InternalDisplay.hpp>
|
||||
#include <ETH.h>
|
||||
#include <ClimateCard.hpp>
|
Loading…
Reference in New Issue