implement INT2, accelerometer test shows sleep state on LED

This commit is contained in:
joeycastillo
2024-10-09 02:05:12 -04:00
parent 9c0330f247
commit dd8599a5e1
3 changed files with 18 additions and 1 deletions

View File

@@ -347,6 +347,8 @@ void lis2dw_configure_wakeup_threshold(uint8_t threshold);
void lis2dw_configure_int1(uint8_t sources);
void lis2dw_configure_int2(uint8_t sources);
void lis2dw_enable_interrupts(void);
void lis2dw_disable_interrupts(void);