Commit Graph

8 Commits

Author SHA1 Message Date
Hanno Braun
6cb27ab120 Improve Mutex example
Fix some problems in the `Mutex` example. Please note that it still
doesn't compile, as it's obviously rather abstract and incomplete, in
order to demonstrate the principle.
2017-09-15 07:26:54 +02:00
Hanno Braun
3901140993 Fix STM32F103xx implementation example
Made the necessary changes to get this example to compile. This includes
replacing the ".." placeholders with comments. I also changed the
formatting of the `else if` block in `read`, to make it easier to
include a placeholder comment in there.
2017-09-14 07:37:03 +02:00
Jorge Aparicio
7d904f515d split the Serial trait in two: serial::Read and serial::Write 2017-06-28 12:16:46 -05:00
Jorge Aparicio
cb609ab9f3 make Serial generic over the number of data bits 2017-06-10 20:42:08 -05:00
Jorge Aparicio
5295697669 rename to embedded-hal 2017-06-10 19:56:29 -05:00
Jorge Aparicio
b12039609c fix Documentation link 2017-06-09 16:10:52 -05:00
Jorge Aparicio
66e7897df9 add CI 2017-06-09 16:02:16 -05:00
Jorge Aparicio
48464884a9 initial commit 2017-06-09 15:57:32 -05:00