We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af92c3 commit 0841ae8Copy full SHA for 0841ae8
Cargo.toml
@@ -62,6 +62,22 @@ debug = true
62
lto = true
63
opt-level = "s"
64
65
+[[example]]
66
+name = "i2c_hal_ssd1306alphabeter"
67
+required-features = ["stm32f042"]
68
+
69
70
+name = "i2c_hal_ina260serial"
71
72
73
[[example]]
74
name = "led_hal_button_irq"
75
required-features = ["stm32f042"]
76
77
78
+name = "i2c_hal_ina260reader"
79
80
81
82
+name = "spi_hal_apa102c"
83
0 commit comments