satnogs-rotator-firmware
Loading...
Searching...
No Matches
easycomm Class Reference

Class that functions for easycomm 3 implementation. More...

#include <easycomm.h>

Public Member Functions

void easycomm_init ()
 Initialize the RS485 bus.
 
void easycomm_proc ()
 Get the commands from RS485 and response to the client.
 

Private Member Functions

bool isNumber (char *input)
 

Detailed Description

Class that functions for easycomm 3 implementation.

Definition at line 33 of file easycomm.h.

Member Function Documentation

◆ easycomm_init()

void easycomm::easycomm_init ( )
inline

Initialize the RS485 bus.

Definition at line 41 of file easycomm.h.

References BAUDRATE, and rs485::begin().

Referenced by setup().

Here is the call graph for this function:

◆ easycomm_proc()

◆ isNumber()

bool easycomm::isNumber ( char * input)
inlineprivate

Definition at line 392 of file easycomm.h.

Referenced by easycomm_proc().


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