MausTec / edge-o-matic-3000

Firmware for the Edge-o-Matic 3000
GNU General Public License v3.0
103 stars 29 forks source link

This writes to a file the highest edges achieved #48

Closed LanceLake closed 1 year ago

LanceLake commented 1 year ago

This should (if I got my code right) allow for a file to be written that will show the total edges achieved by the machine.

MauAbata commented 1 year ago

I appreciate the spirit of this, but I think the idea should be moved back to an issue instead and a more universal solution provided. Also, nothing is mounted at the root directory, so you're just opening... a filename? Where does it live?

Oh, and this PR is in C++. C++ files end in .cpp, but there are none of those here. This project is written in C, which is not C++.