diff --git a/Cargo.toml b/Cargo.toml index b31adee..0c15ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,3 +74,7 @@ opt-level = "s" # optimize for binary size [[example]] name = "blinky" required-features = ["stm32h503"] + +[[example]] +name = "i2c" +required-features = ["stm32h503"]