Format some DAC lines

This commit is contained in:
Scott Lahteine 2016-07-16 17:59:13 -07:00
parent d53dcaa796
commit eee903bd4b

View file

@ -44,7 +44,7 @@
#define VREFWRITE 0B10000000
#define GAINWRITE 0B11000000
#define POWERDOWNWRITE 0B10100000
#define GENERALCALL 0B0000000
#define GENERALCALL 0B00000000
#define GAINWRITE 0B11000000
// This is taken from the original lib, makes it easy to edit if needed