Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent 9b8b6bb33d
commit f010b48147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,9 +70,10 @@ void setup() {
if (sim_mode)
config_simulated_telem();
else
// configure ina219s
start_ina219();
; // configure ina219s
// start_ina219();
config_telem();
// configure STEM Payload sensors
@ -99,7 +100,7 @@ void loop() {
generate_simulated_telem();
else
// query INA219 sensors and Payload sensors
read_ina219();
; // read_ina219();
// read_payload();

Loading…
Cancel
Save

Powered by TurnKey Linux.