Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
crnicholson committed Aug 13, 2024
1 parent 3d0edfe commit e61260f
Show file tree
Hide file tree
Showing 15 changed files with 8,082 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ PCB + Schematic/loRa/loRaNew/_autosave-loRaNew.kicad_pcb
PCB + Schematic/loRaNew/#auto_saved_files#
PCB + Schematic/loRa/_autosave-loRa.kicad_pcb
PCB + Schematic/loRa/#auto_saved_files#
PCB + Schematic/camera/#auto_saved_files#
5 changes: 5 additions & 0 deletions Code/autopilot/autopilot.ino
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
// - Test bi directional communication
// - Compile with different enables
// - Add a minimum temeperature for the cutdown mechanism
// - Add the GPS to one of the non blocking loops for updates every second
// - Add a flare on landing
// - Add an SD card that takes data written to the EEPROM and writes it to the SD card at certain intervals
// - Take photos at certain areas
// - Add better turning with beizer for the waypoints

#include "blink.h"
#include "bme280.h"
Expand Down
Binary file modified PCB + Schematic/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions PCB + Schematic/camera/camera.kicad_pcb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0")
)
Loading

0 comments on commit e61260f

Please sign in to comment.