platisd / smartcar_shield

A versatile and easy to use vehicle platform for hobby-grade projects
http://plat.is/smartcar
MIT License
75 stars 45 forks source link

Remove ArduinoRuntime hack #21

Closed platisd closed 4 years ago

platisd commented 4 years ago

Description

Static instantiation of the ArduinoRuntime in Smartcar.h so it can be used as a conditional statement in different class constructors should be removed, as well as the default argument.

It seems that library users are starting off by copying the examples anyway, so it won't be too cumbersome.

Definition of Done

platisd commented 4 years ago

This will be done after the current iteration of DIT112 finishes to avoid disrupting the student projects.