Notice: Current repo ONLY contains ESP8266 driver, PCB and PC software are in other repos
Warning: PCB repo and software repo are private yet, cause I've not done its document work.But it SHOULD public soon.
1. ESP8266_RTOS_SDK
2. CMake / make
3. Any Editor You Familiar
mkdir build
cd build
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=1
make -j
note: -DCMAKE_EXPORT_COMPILE_COMMANDS let cmake generate compile db for some language server. If you don't need, just delete it
1. MacroDefinition: Configuration And ADC Register Mask
2. Network.hpp: Smartconfig And Network
3. PeripheralController: ADC And MUX Driver
4. main.cpp: Main Task