mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
add bl24c02 (not test yet)
This commit is contained in:
12
Power_Pico/BSP/BL24C02/BL24C02.h
Normal file
12
Power_Pico/BSP/BL24C02/BL24C02.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __BL24C02_H
|
||||
#define __BL24C02_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define BL24C02_ADDRESS 0x50
|
||||
|
||||
uint8_t EEPROM_Check(void);
|
||||
uint8_t SettingSave(uint8_t *buf, uint8_t addr, uint8_t lenth);
|
||||
uint8_t SettingGet(uint8_t *buf, uint8_t addr, uint8_t lenth);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user