UniSaSA  1.0
Embedded Library
Macros
configuration section

Macros

#define NUMSENS   64
 
#define NUMACTS   64
 
#define FIRST_ID_SEN   0
 
#define FIRST_ID_ACT   0
 
#define BYTES_ADDRESS_DEVICE   1
 
#define ADDR_ANY   0
 
#define BYTES_UNSIGNED_INT   4 /** for ID_t */
 
#define BYTES_MESSAGE   8 /** MAX could be 255, see mcu memory */
 
#define LITTLE_ENDIAN
 

Detailed Description

All MCU setting properties are in this section

Macro Definition Documentation

◆ ADDR_ANY

#define ADDR_ANY   0

communication medium property

Definition at line 47 of file unisasa.h.

◆ BYTES_ADDRESS_DEVICE

#define BYTES_ADDRESS_DEVICE   1

communication medium property

Definition at line 46 of file unisasa.h.

◆ LITTLE_ENDIAN

#define LITTLE_ENDIAN

define BIG or LITTLE endian (not both)

Definition at line 51 of file unisasa.h.

◆ NUMACTS

#define NUMACTS   64

actuators[NUMACTS] see your mcu memory

Definition at line 43 of file unisasa.h.

◆ NUMSENS

#define NUMSENS   64

sensor[NUMSENS] see your mcu memory

Definition at line 42 of file unisasa.h.