added lib CLS
- CLS Address management - CLS Hartbeat timer
This commit is contained in:
9
Application/CLS/CLS.h
Normal file
9
Application/CLS/CLS.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#define CLS_DEVICE_MASTER 0x11
|
||||
#define CLS_SLAVE_AR(n) n
|
||||
|
||||
#define CLS_DEVICE CLS_DEVICE_MASTER
|
||||
|
||||
|
||||
void CLS_Init(void);
|
||||
Reference in New Issue
Block a user