Move main loop implementation torwards target
This commit is contained in:
@@ -21,4 +21,10 @@
|
||||
#ifndef __OVEN_DRIVER_H__
|
||||
#define __OVEN_DRIVER_H__
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void oven_driver_init(void);
|
||||
|
||||
void oven_driver_set_power(uint8_t power);
|
||||
|
||||
#endif /* __OVEN_DRIVER_H__ */
|
||||
|
Reference in New Issue
Block a user