initial commit

This commit is contained in:
jhChun
2026-04-08 16:58:54 +09:00
commit 82e33d8bf9
2578 changed files with 1590432 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*******************************************************************************
* @file ad5272_i2c.h
* @brief AD5272 Digital Potentiometer Stub Header
* @note Stub for MINIMAL_BOOT mode - functions not implemented
******************************************************************************/
#ifndef AD5272_I2C_H
#define AD5272_I2C_H
#include <stdint.h>
/* Stub functions - do nothing in MINIMAL mode */
static inline void ad5272_i2c_init(void) { }
static inline void ad5272_normal_mode(void) { }
#endif /* AD5272_I2C_H */