FOSSASAT-1B
Loading...
Searching...
No Matches
deployment.cpp
1#include "deployment.h"
2
3void Deployment_Deploy() {
4 FOSSASAT_DEBUG_PRINTLN('D');
5
6 // burn the nichrome wires
9
10 // wait for 1 second
11 Power_Control_Delay(1200, false);
12
13 // set MOSFETs low
16
17 // increment reset counter
19}
The deployment sequence is outlined in the source deployment.cpp.
#define EEPROM_DEPLOYMENT_COUNTER_ADDR
#define DIGITAL_OUT_MOSFET_2
#define DIGITAL_OUT_MOSFET_1
T Persistent_Storage_Read(uint16_t addr)
This function reads a value of type T from EEPROM.