IoT Supervisor 0.0
|
#include "PetitModbusPort.h"
#include <SI_EFM8BB1_Register_Enums.h>
#include "hardware.h"
#include "IoT_Supervisor.h"
#include "ModbusMiddleWare.h"
Go to the source code of this file.
Functions | |
void | PetitPortTimerStart () |
void | PetitPortTimerStop () |
void | PetitPortDirTx () |
void | PetitPortDirRx () |
void | PetitPortTxBegin (pu8_t tx) |
pb_t | PetitPortRegWrite (pu8_t Address, pu16_t Data) |
pb_t | PetitPortRegRead (pu8_t Address, pu16_t *Data) |
pb_t | PetitPortCoilRead (pu16_t Address, pu8_t *Data) |
pb_t | PetitPortCoilWrite (pu16_t Address, pu16_t Data) |
This file contains the functions that are supposed to be defined to port PetitModbus to this specific microcontroller.
Definition in file PetitModbusPort.c.