This commit is contained in:
James Devine 2018-09-24 01:01:33 +02:00 committed by GitHub
parent f96d88294b
commit da4a7166e2

View file

@ -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 <Wire.h>
//updated to include a whole bunch of extra functions 120818