From 6fdb9cdec505bc004c535d6b5b4b3c158d3b6b2f Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Tue, 27 Aug 2024 14:24:02 -0700 Subject: [PATCH] Ignore README.md code block We don't have a setup where to run the tests. Ignore for now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12722a7..11ac2df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ensure that an invalid address is not attempted. ## Usage -```rust +```rust,ignore let delay = DelayNs; let mut tmp = Tmp108::new_with_a0_gnd(i2c, delay); // let mut tmp = Tmp108::new_with_a0_vplus(i2c, delay);