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/src/feature/dac/dac_dac084s085.h

12 lines
204 B
C
Raw Normal View History

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