This commit is contained in:
parent
0a3b5543e9
commit
309120a9f4
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue