Commit Graph

5 Commits (51f9a490bdae6b17612c690ede3224fbe7ace20e)

Author SHA1 Message Date
Daniel Egger 2b60666a31 Simplified examples a bit and fixed/added commentry
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
HarkonenBade 7ea2af8a74 Enforce better safety guarentees
* Makes use of Rcc parameters rather than making RCC pointers
* Applys CS parameters to GPIO functions that mutate the port non
atomically
* Cut down on build gating hell a bit
5 years ago
Daniel Egger 97128234d7 Applied a healthy dose of warning cleanup
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
HarkonenBade c61a55ed85 Fix example and use loops to show off advantages better 5 years ago
David Sawatzke aca43e3a11 Add Input Trait to OpenDrain
Add full pin Abstraction

Fix build for differences between 2015 & 2018 edition

Replace transmute with cast

Add example for using multiple pins of different ports together

Fix warning for example
5 years ago