changed back to v0.2 hardware, added include for pico-get-jpeg-serial

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent a96afe45a2
commit 2d03e67ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,6 +39,7 @@
#include "hardware/adc.h" #include "hardware/adc.h"
#include "SSTV-Arduino-Scottie1-Library.h" #include "SSTV-Arduino-Scottie1-Library.h"
#include "LittleFS.h" #include "LittleFS.h"
#include "pico-get-jpeg-serial/pico-get-jpeg-serial.h"
// jpg files to be stored in flash storage on Pico (FS 512kB setting) // jpg files to be stored in flash storage on Pico (FS 512kB setting)
#include "sstv1.h" #include "sstv1.h"
@ -2787,7 +2788,7 @@ void led_set(int ledPin, bool state)
} }
void start_ina219() { void start_ina219() {
#define PI_3V3_PIN 9 // for v0.1 hardware //#define PI_3V3_PIN 9 // for v0.1 hardware
ina219_started = true; ina219_started = true;
// check if Pi is present by 3.3V voltage // check if Pi is present by 3.3V voltage
pinMode(PI_3V3_PIN, INPUT); pinMode(PI_3V3_PIN, INPUT);

Loading…
Cancel
Save

Powered by TurnKey Linux.