initial commit
This commit is contained in:
16
project/ble_peripheral/ble_app_vivaMayo/ad5272_i2c.h
Normal file
16
project/ble_peripheral/ble_app_vivaMayo/ad5272_i2c.h
Normal 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 */
|
||||
Reference in New Issue
Block a user