cargo init + add Device address

This commit is contained in:
Philipp_EndevourOS
2025-08-04 21:00:13 +02:00
parent e19b6be3f2
commit 2c43f714ac
4 changed files with 29 additions and 0 deletions

5
src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
const DEVICE_ADDRESS: u8 = 0b10100000;
const DEVICE_ADDRESS_CODE: u8 = 0b00000000;
const DEVICE_W: u8 = 0b00000000;
const DEVICE_R: u8 = 0b00000001;