]> Kevux Git Server - fll/commit
Update: Partially move program data into the main for controller.
authorKevin Day <thekevinday@gmail.com>
Thu, 31 Mar 2022 03:42:23 +0000 (22:42 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 31 Mar 2022 03:42:23 +0000 (22:42 -0500)
commit28d79c7508a2a290aedb75f1295cb7a194320541
tree17cb55ac51b9f2c58b2f0bec1be701581aa10907
parent96c6bb4a9ea468bfa03673a3f5e6fa2a9acc09d0
Update: Partially move program data into the main for controller.

This does not use fll_program_data.
The controller needs a more complex structure than the one provided by fll_program_data.

The parts that can be moved are moved to be more consistent with other FLL provided programs.
level_3/controller/c/common.h
level_3/controller/c/controller.c
level_3/controller/c/main.c