Firmware2/Marlin/dac_dac084s085.h
Christopher Pepper 4b16fa3272 Implement HAL and apply macros across code-base
Implement AVR Platform
2017-08-31 18:14:31 -05:00

12 lines
203 B
C++

#ifndef dac084s085_h
#define dac084s085_h
class dac084s085 {
public:
dac084s085();
static void begin(void);
static void setValue(uint8_t channel, uint8_t value);
};
#endif //dac084s085_h