atctwo / watch-II

Firmware for my custom smart-ish-watch, mark II
MIT License
1 stars 0 forks source link

calculator: move tinyexpr from Arduino library to src folder #12

Closed atctwo closed 4 years ago

atctwo commented 4 years ago

currently, tinyexpr is installed as a custom arduino library, meaning that people who want to build the system from scratch have to install it themselves. it would make more sense to include tinyexpr's source in the src directory of the sketch. this means that users can install one less library

atctwo commented 4 years ago

as of 2e6735d467353c95f9583102ee713171329cfae2, tinyexpr is included as a submodule at main/libraries/, so this is cool. (also, every other required library has also been added as a submodule)