L4 adaptaions

This commit is contained in:
2024-02-05 22:34:44 +01:00
parent 23eef2d46c
commit 22e79f75e9
4 changed files with 16 additions and 10 deletions

4
CLS.h
View File

@@ -1,9 +1,7 @@
#pragma once
#define CLS_DEVICE_MASTER 0x11
#define CLS_SLAVE_AR(n) n
#define CLS_DEVICE CLS_DEVICE_MASTER
extern uint8_t gCLS_DEVICE_ADDRESS;
void CLS_Init(void);