Topic: tech dcc pc src prev next

tech dcc pc src > manual.h

#ifndef HERMES_MANUAL_H
#define HERMES_MANUAL_H

#include <stdbool.h>

/*
 * Run the controller in manual mode.
 *
 * Parameters:
 * show_current - show the current draw in mA on the LCD.
 */
void manual_mode(bool show_current);

#endif