aboutsummaryrefslogtreecommitdiff
path: root/src/gpio.rs
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-26 17:25:34 -0700
committerChristian Cunningham <cc@localhost>2022-08-26 17:25:34 -0700
commita04cf2dbb8d2e890405fbf0a1022aaad3015b1e8 (patch)
tree381892074d13c059d50cb88caa41f8a8722c07ce /src/gpio.rs
parent7f3d7d9ce9818078b6a4616b4c31a28e2868397b (diff)
Modularize
Diffstat (limited to 'src/gpio.rs')
-rw-r--r--src/gpio.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpio.rs b/src/gpio.rs
deleted file mode 100644
index 5af665b..0000000
--- a/src/gpio.rs
+++ /dev/null
@@ -1,4 +0,0 @@
-/// GPIO Register
-pub const GPPUD: u32 = 0x3F200094;
-/// GPIO Clock 0 Register
-pub const GPPUDCLK0: u32 = 0x3F200098;