diff options
author | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:11:47 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2025-02-16 20:11:47 +0100 |
commit | 064631db87182694459056ceeb331506b553d0f0 (patch) | |
tree | d1113214d11a6f407548c4f16008adb1e7c73475 /fw/fe310/eos/dev/drv/pcm1770.h | |
parent | aeb896b55c384d7f9a6e9a29f74cf560c6392c5b (diff) |
drivers made independent from microcontroller/os
Diffstat (limited to 'fw/fe310/eos/dev/drv/pcm1770.h')
-rw-r--r-- | fw/fe310/eos/dev/drv/pcm1770.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/eos/dev/drv/pcm1770.h b/fw/fe310/eos/dev/drv/pcm1770.h new file mode 100644 index 0000000..22f0f59 --- /dev/null +++ b/fw/fe310/eos/dev/drv/pcm1770.h @@ -0,0 +1,3 @@ +#include <stdint.h> + +void pcm1770_reg_write(uint8_t addr, uint8_t val); |