Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 429 Bytes

Toph

What is it?

  • Final project for ECE-UY 4144 Intro to Embedded Systems Design.
  • A modular solution to wall sensing

How?

  • Miniflex contains the physical modules used in the Toph system.
  • Toph is written in C using minimal Arduino-specific syntax and macros.
  • Toph is extendable. New modules can be added with a single line of code.

Why?

  • An exercise in embedded design, from hardware to software.