This commit is contained in:
parent
f96d88294b
commit
da4a7166e2
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*work in progress - single channel mode for V1 cosmic Pi hardware.
|
||||||
|
to do - disable on board DAC (not used in V1, I2C instead)
|
||||||
|
Check pinouts for SPI/Single channel HV
|
||||||
|
Refer to V1 schematic from here:
|
||||||
|
https://www.ohwr.org/attachments/3847/CosmicPiV1point0.zip
|
||||||
|
*/
|
||||||
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <Wire.h>
|
#include <Wire.h>
|
||||||
//updated to include a whole bunch of extra functions 120818
|
//updated to include a whole bunch of extra functions 120818
|
||||||
Loading…
Reference in a new issue