2020-09-28 18:39:03 -07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "tcu.h"
|
|
|
|
|
2021-11-16 13:52:11 -08:00
|
|
|
class SimpleTransmissionController: public TransmissionControllerBase {
|
2020-09-28 18:39:03 -07:00
|
|
|
public:
|
|
|
|
void update(gear_e);
|
2020-10-09 20:34:45 -07:00
|
|
|
void init();
|
|
|
|
};
|