Initial commit

This commit is contained in:
2024-02-05 19:49:37 +01:00
commit 23eef2d46c
8 changed files with 700 additions and 0 deletions

9
CLS.h Normal file
View 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);