This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/dac_dac084s085.h

12 lines
203 B
C
Raw Normal View History

#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