muele-marlin/Marlin/src/feature/dac/dac_dac084s085.h

14 lines
253 B
C
Raw Normal View History

2017-09-06 11:28:32 +00:00
#ifndef DAC084S085_H
#define DAC084S085_H
class dac084s085 {
public:
dac084s085();
static void begin(void);
2017-11-06 01:13:40 +00:00
static void setValue(const uint8_t channel, const uint8_t value);
private:
static void cshigh();
};
2017-09-06 11:28:32 +00:00
#endif // DAC084S085_H