first cut at turnon scripts for EasyTimer v2
[fw/altos] / libaltos / libaltos_private.h
index 45e141f9a0126b559c37ceac89817c9a967d9eff..9b9b4ec40a53f9de85ccd0ed3d048bc771469bf8 100644 (file)
@@ -25,6 +25,7 @@
 #include <string.h>
 
 #define BLUETOOTH_PRODUCT_TELEBT       "TeleBT"
+#define BT_PORT_DEFAULT                6
 
 #define USB_BUF_SIZE   64
 
@@ -65,4 +66,7 @@ altos_fill(struct altos_file *file, int timeout);
 int
 altos_bt_port(struct altos_bt_device *device);
 
+void
+altos_pause_one_second(void);
+
 #endif /* _LIBALTOS_PRIVATE_H_ */