solarcaratuva / Rivanna2

Embedded system code for Rivanna 2
5 stars 1 forks source link

Remove exceptions #4

Closed NripeshManandhar closed 3 years ago

NripeshManandhar commented 3 years ago

Remove exceptions from Printing.cpp and test_printing.h, since we don't want embedded systems to crash during operation. Replaced the exceptions with error print statements. Re-disabled C++ exceptions in the platformio.ini file.

Also added a README.md to each team's src, lib, and include directories (this also allows us to commit the empty lib directory to Git).

NripeshManandhar commented 3 years ago

LGTM