PhysicsUofRAUI / binTempSensor

MIT License
2 stars 0 forks source link

Create a library #17

Closed PhysicsUofRAUI closed 3 years ago

PhysicsUofRAUI commented 3 years ago

There are many parts of the main code that can be solved with functions and it is not a good idea to consistently redefine those functions in each file. I think a separate library should be created and then imported to each file

PhysicsUofRAUI commented 3 years ago

Created a mini library, and now I will go and mock-up stuff to test it.

PhysicsUofRAUI commented 3 years ago

All done!