@@ -40,8 +40,8 @@ The latest version of this library can always be found at
40
40
//
41
41
#include < avr/interrupt.h>
42
42
#include < avr/pgmspace.h>
43
- #include " Arduino.h"
44
- #include " SoftwareSerial.h"
43
+ #include < Arduino.h>
44
+ #include < SoftwareSerial.h>
45
45
//
46
46
// Lookup table
47
47
//
@@ -70,6 +70,7 @@ static const DELAY_TABLE PROGMEM table[] =
70
70
{ 4800 , 233 , 474 , 474 , 471 , },
71
71
{ 2400 , 471 , 950 , 950 , 947 , },
72
72
{ 1200 , 947 , 1902 , 1902 , 1899 , },
73
+ { 600 , 1902 , 3804 , 3804 , 3800 , },
73
74
{ 300 , 3804 , 7617 , 7617 , 7614 , },
74
75
};
75
76
@@ -91,6 +92,7 @@ static const DELAY_TABLE table[] PROGMEM =
91
92
{ 4800 , 110 , 233 , 233 , 230 , },
92
93
{ 2400 , 229 , 472 , 472 , 469 , },
93
94
{ 1200 , 467 , 948 , 948 , 945 , },
95
+ { 600 , 948 , 1895 , 1895 , 1890 , },
94
96
{ 300 , 1895 , 3805 , 3805 , 3802 , },
95
97
};
96
98
@@ -115,6 +117,7 @@ static const DELAY_TABLE PROGMEM table[] =
115
117
{ 4800 , 296 , 595 , 595 , 592 , },
116
118
{ 2400 , 592 , 1189 , 1189 , 1186 , },
117
119
{ 1200 , 1187 , 2379 , 2379 , 2376 , },
120
+ { 600 , 2379 , 4759 , 4759 , 4755 , },
118
121
{ 300 , 4759 , 9523 , 9523 , 9520 , },
119
122
};
120
123
0 commit comments