diff options
Diffstat (limited to 'sw/deps/hd44780-driver/examples/stm32f30x-i2c/README')
-rw-r--r-- | sw/deps/hd44780-driver/examples/stm32f30x-i2c/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/deps/hd44780-driver/examples/stm32f30x-i2c/README b/sw/deps/hd44780-driver/examples/stm32f30x-i2c/README new file mode 100644 index 0000000..9fc6a18 --- /dev/null +++ b/sw/deps/hd44780-driver/examples/stm32f30x-i2c/README @@ -0,0 +1,3 @@ +This example is based on the cortex-m-quickstart project avaiable at +https://github.com/rust-embedded/cortex-m-quickstart under the MIT License or +the Apache License, Version 2.0. |