Add an RNG trait.

This commit is contained in:
Bob McWhirter
2021-04-26 09:43:19 -04:00
parent 936efd164d
commit dc919c236d
2 changed files with 18 additions and 0 deletions

View File

@@ -14,3 +14,4 @@ pub mod gpio;
pub mod i2c;
pub mod spi;
pub mod uart;
pub mod rng;