FidoProject / Fido

A lightweight C++ machine learning library for embedded electronics and robotics.
http://fidoproject.github.io/
MIT License
437 stars 81 forks source link

Preprocessor rule for AVR #35

Closed joshuagruenstein closed 8 years ago

joshuagruenstein commented 8 years ago

Remove file stream and cout stuff when compiling for AVR

truell20 commented 8 years ago

@joshuagruenstein This may also be expanded to less use of the standard library, as many embedded systems have minimal to no std support.

truell20 commented 8 years ago

Not gonna happen