diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-10-08 14:27:19 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-10-08 14:27:19 -0500 |
commit | 08d727e9886cde6a367906999e96a33f7ba37f33 (patch) | |
tree | 919da00f9d4bdc451be53f558c4b42bef7c487fd /fpga/src/I2C.bs | |
parent | ed3e96b5eaae71d035e14569b107040c3538f849 (diff) |
Reorganization and rewiring.
Diffstat (limited to 'fpga/src/I2C.bs')
-rw-r--r-- | fpga/src/I2C.bs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/src/I2C.bs b/fpga/src/I2C.bs new file mode 100644 index 0000000..f3cd760 --- /dev/null +++ b/fpga/src/I2C.bs @@ -0,0 +1,3 @@ +package I2C where + +-- vim: set ft=haskell : |