Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 614 Bytes

File metadata and controls

22 lines (16 loc) · 614 Bytes

Detector device

The detector device what we was building

Functions that can run in Serial monitor:

  • DIR
  • START
  • WRITE
  • APPEND
  • READ

Detailed

  • DIR: opens the "/Cassini_Hackathon_Data" folder in the SD card;
  • START: sends magnetic field signal;
  • WRITE: creates test.txt file and writes the magnetic field signal to it;
  • APPEND: appends the magnetic field signal to the test.txt file;
  • READ: reads the test.txt file;

device