10 #include <STM32FreeRTOS.h>
11 #include "taskshare.h"
12 #include "taskqueue.h"
27 extern Share<int64_t>
enc1;
30 extern Share<int64_t>
enc2;
33 extern Share<bool>
kill;
Share< bool > kill
The share for the kill switch.
Share< int64_t > enc2
The share that holds the current encoder 2 position.
Share< bool > canDetected
The share which indicates whether or not the can is in the device.
Share< bool > canTopDetected
The share which indicates whether or not the can top has been detected.
Share< int64_t > enc1
The share that holds the current encoder 1 position.
Share< bool > canTabDetected
The share which indicates whether or not the can tab has been detected.
Share< float > currentTemp
The share into which the current temperature from taskTemp is placed.