Testing getting PJON working on mbed https://github.com/gioblu/PJON

Dependencies:   mbed

Revision:
1:bd0ee507dd4c
Parent:
0:fa2f348efd7e
Child:
2:5648483c5dbc
--- a/pjon.h	Sun Jan 10 07:26:52 2016 +0000
+++ b/pjon.h	Sun Jan 10 09:41:00 2016 +0000
@@ -64,10 +64,10 @@
   #define  COMPATIBILITY_MODE true
 
 //mbed (needs tweaking)
-      #define BIT_WIDTH 40
-      #define BIT_SPACER 112
-      #define ACCEPTANCE 40
-      #define READ_DELAY 16
+      #define BIT_WIDTH 45
+      #define BIT_SPACER 115
+      #define ACCEPTANCE 39
+      #define READ_DELAY 25
 
   /* The following constants setup are quite conservative and determined only
      with a huge amount of time and blind testing (without oscilloscope)