Add warning that controller is no longer used

This commit is contained in:
redfast00 2022-01-19 21:36:42 +01:00
parent 08370bf039
commit 977ba5b589
No known key found for this signature in database
GPG key ID: 5946E0E34FD0553C

View file

@ -1,3 +1,11 @@
/*
WARNING: the controller no longer runs on a microcontroller, see python/controller.py
this source code is just kept for future reference in case we want to run a more simple
standalone controller on a microcontroller
*/
#include <obus_can.h>
#include <obus_util.h>
#include <TM1638plus.h>