Cosa icon indicating copy to clipboard operation
Cosa copied to clipboard

SD/FAT16: Add simple fixed record database support

Open mikaelpatel opened this issue 8 years ago • 0 comments

Demonstrate how to build a simple fixed record (struct) database on SD/FAT16.

  1. Log with timestamp and always write last.
  2. Binary search on timestamp.
  3. Numbered records.
  4. Field indexed records.

mikaelpatel avatar Dec 13 '15 21:12 mikaelpatel