API HAL I2C: add timeout support. Update I2C API usage by drivers. (#374)
* API HAL I2C: add timeout support. Update I2C API usage by drivers. * F4: Add missing API HAL Vibro implementation.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef enum {
|
||||
LP5562ChannelRed,
|
||||
LP5562ChannelGreen,
|
||||
LP5562ChannelBlue,
|
||||
LP5562ChannelWhite,
|
||||
LP5562ChannelRed,
|
||||
LP5562ChannelGreen,
|
||||
LP5562ChannelBlue,
|
||||
LP5562ChannelWhite,
|
||||
} LP5562Channel;
|
||||
|
||||
/* Initialize Driver */
|
||||
|
Reference in New Issue
Block a user