Skip to content

Instantly share code, notes, and snippets.

View Curious-Nikhil's full-sized avatar
🚀
Focusing

Nikhil Mishra Curious-Nikhil

🚀
Focusing
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
t1 t2
0 0.31132
1 0.30822
2 0.30512
3 0.30199
4 0.29885
5 0.29574
6 0.29264
7 0.28951
8 0.28636
@Curious-Nikhil
Curious-Nikhil / FC.ino
Created February 20, 2020 12:57
Basic Model Rocket Flight Computer Program
//@NikhilMishra
//Requires BMP Adafruit Lib
#include <SPI.h>
#include <SD.h>
#include <Wire.h>
#include <Adafruit_BMP280.h>
const int chipSelect = 4;