]> git.karo-electronics.de Git - oswald.git/blobdiff - metawatch/oswald_hal.c
Add version information and info screen, some more work on the accel screen
[oswald.git] / metawatch / oswald_hal.c
index d731b51fa75f24f38ab6717ddcc297f1eecfbc1f..449355dabddc3b7129edecefb6f38d82b0b71f00 100644 (file)
 #include "mw_bt.h"
 #include "bt_hci.h"
 #include "bt_l2cap.h"
+#include "bluetooth_init_cc256x.h"
 
 #include "oswald.h"
 #include "oswald_hal.h"
 
 #include "calendar.h"
 
+
+const char *hal_get_version_string(void)
+{
+       return MW_MAIN_VERSION;
+}
+
+const char *hal_get_buildno_string(void)
+{
+       return BUILDNO;
+}
+
+const char *hal_get_radio_version_string(void)
+{
+       return cc256x_version;
+}
+
 void hal_lcd_set_pixel(uint8_t x, uint8_t y, uint8_t color)
 {
        x %= 96;