Skip to content

Commit

Permalink
Update BLE_Sense_attempt2.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ZefyP authored Apr 21, 2021
1 parent 2ecbaa2 commit 420e30a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BLE_Sense_attempt2/BLE_Sense_attempt2.ino
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,17 @@

const int sensorPin = A0;

// ATTENTION add time function to present the timestamp

//ATTENTION write GPS code (found on separate file)

// ATTENTION make program for launch/recovery detection (based on IMU and timestamp)

void setup() {
// ATTENTION please add commands to set the pins as OUTPUT,INPUT,HIGH,LOW for every sensor in this system

// ATTENTION check if values should be defined as int or const int (there's something about saving location in main memory or cache I think)

pinMode(sensorPin, INPUT);


Expand Down

0 comments on commit 420e30a

Please sign in to comment.