Skip to content

jinyi-x/Jinyi-sMultimeter_MCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jinyi's 4 Digits And Half Multimeter

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.

Development Requirements

1. ESP8266_RTOS_SDK
2. CMake / make
3. Any Editor You Familiar

Compile

 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

Project Structure

1. MacroDefinition: Configuration And ADC Register Mask
2. Network.hpp: Smartconfig And Network
3. PeripheralController: ADC And MUX Driver
4. main.cpp: Main Task

Notice: This Version Currently Not Usable.It MAY Cause CERTAIN HARDWARE VERSION ESP8266 Reboot

About

Multimeter MCU Part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published