Asynchronous Serial Library with flow control and tag detection.

Changes

RevisionDateWhoCommit message
21:bdc3c69a1cd7 2015-04-28 marcuschang Removed debug pin. default tip
20:c36866a2d5a6 2015-04-24 Marcus Chang Updated how interrupts are enabled and disabled.
19:42ffb517d36a 2015-04-21 marcuschang Updated test case.
18:9127f9fae61f 2015-04-17 marcuschang Updated AsyncSerial.
17:5dd6bcc93a8a 2015-04-17 Marcus Chang Added checks to flow control pin setup.
16:55e6fbfc1e9d 2015-04-17 marcuschang Added copyright header.
15:4d7d96cacc18 2015-04-15 Marcus Chang Changed receive behaviour to drop characters if not receiving.
14:29bc15f9343f 2015-04-14 marcuschang Set default flow control pins to NC.
13:dbb23efed611 2015-04-10 marcuschang v1.0.0 complete.
12:b45908320b9c 2015-04-10 Marcus Chang Added comments.
11:6b99dbf1b65d 2015-04-10 marcuschang Changed all callbacks to use function pointer class.
10:9d3ae421081b 2015-04-10 Marcus Chang Change callbacks to function pointer objects.
9:e183765bd81b 2015-04-10 marcuschang Fixed sleep bug. Use timeout to decouple receiveDone with callback function.
8:de7aaaf557ba 2015-04-07 marcuschang Fixed bug in callback registration.
7:5ba3a01e13c4 2015-04-02 marcuschang checkpoint
6:9d48f2197243 2015-04-01 Marcus Chang checkpoint
5:aecd37846dcc 2015-04-01 marcuschang checkpoint
4:e0a0eef4ca18 2015-04-01 Marcus Chang added start conditions
3:af3caa18e928 2015-04-01 marcuschang checkpoint
2:efec63739aa3 2015-03-31 marcuschang Full callback support
1:a3f39ec7d5f2 2015-03-30 Marcus Chang Object callback
0:dfed780dc91a 2015-03-30 marcuschang Initial commit