This commit is contained in:
James Devine 2018-08-01 13:47:39 +02:00 committed by GitHub
parent 0a3b5543e9
commit 309120a9f4

View file

@ -130,6 +130,10 @@ void loop() {
}
case 5:
{
Serial.println("disabling HV");
spi_exchange(11);
spi_exchange(0);
Serial.println("enabling HV");
spi_exchange(11);
spi_exchange(3);