]> git.karo-electronics.de Git - oswald.git/blobdiff - ui/oswald_hal.h
Power saving changes, add new fonts, bitmaps and screens
[oswald.git] / ui / oswald_hal.h
index ad877d048f9e39d6f40f5ecb62d71b251cb042c3..d8d28cf38ffbfc196f97ce4883256b3371bb5d89 100644 (file)
@@ -36,5 +36,10 @@ uint8_t *hal_bluetooth_get_local_bdaddr(void);
 void hal_bluetooth_set_visible(boolean visible);
 boolean hal_bluetooth_get_visible(void);
 void hal_bluetooth_send_data(const void *mdat, uint16_t mlen);
-#endif
 
+void hal_accelerometer_enable(void);
+void hal_accelerometer_disable(void);
+
+uint16_t hal_amblight_get_val(void);
+
+#endif