diff options
author | Camil Staps | 2017-01-31 23:15:28 +0100 |
---|---|---|
committer | Camil Staps | 2017-01-31 23:15:28 +0100 |
commit | 631204a1feffa8cf3795060370b14dfb9f53f533 (patch) | |
tree | 001d32e0157127607f7c088881f098c2eca841a1 /dac.h |
Diffstat (limited to 'dac.h')
-rw-r--r-- | dac.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#ifndef _H_DAC +#define _H_DAC + +#include <stdint.h> + +void dac_init(void); +inline void dac_set(uint8_t value); + +#endif |