Move 'feature' files

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:30 -05:00
parent f536c4dccb
commit fa5f9c2aec
25 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#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