esp32 firmware for a toaster reflow oven WIP!!!!!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/**
|
|
* TODO file description
|
|
*
|
|
* Created on 2020/01/03.
|
|
*/
|
|
|
|
#ifndef REFLOWER_ANALOG_H
|
|
#define REFLOWER_ANALOG_H
|
|
|
|
void analog_init();
|
|
|
|
float analog_read();
|
|
|
|
#endif //REFLOWER_ANALOG_H
|
|
|