REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
mode::ManualControl Class Reference

Note that the ManualControl does not work any more once FlexIOControl::init() was called, even if FlexIOControl::disable() is used. More...

#include <mode.h>

Static Public Member Functions

static void init ()
 
static void to_ic ()
 
static void to_op ()
 
static void to_halt ()
 

Detailed Description

Note that the ManualControl does not work any more once FlexIOControl::init() was called, even if FlexIOControl::disable() is used.

This is because the relevant GPIOs are in FlexMode and therefore no more directly addressable. In this case, use the FlexIOControl counterparts for manual control, for instance FlexIOControl::to_ic(), or use the RealManualControl as wrapper between both.

Definition at line 56 of file mode.h.

Member Function Documentation

◆ init()

void mode::ManualControl::init ( )
static

Definition at line 13 of file mode.cpp.

References mode::PIN_MODE_IC, and mode::PIN_MODE_OP.

◆ to_halt()

void mode::ManualControl::to_halt ( )
static

◆ to_ic()

void mode::ManualControl::to_ic ( )
static

◆ to_op()

void mode::ManualControl::to_op ( )
static

The documentation for this class was generated from the following files: