No description
- C 63.3%
- C++ 36.4%
- Assembly 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| Calibration/Calibration BNO055 | ||
| cores | ||
| lib | ||
| src | ||
| .clang-format | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
DESCENDERE-Payload
💾 Upload
- Navigate to
src/main.cpp - Change the file name from
main.cpptosrc.ino - Double-click (open with Arduino IDE)
- Select Teensy 4.0 as the board
- Upload
🛠️ Fixes/Improvements from P'Pop's codebase:
- Use
EEPROM.update()where available to save EEPROM writecycle. - Use
EEPROM.get()instead ofreadfunction to read multi-byte data. - Save ground altitude to EEPROM for reference only on mission start and not on recovery.
- Avoid unnecessary code duplication in file name determination.
- Combine packet-related variables into struct (Experimental)