-
Sorry to ask you again. I wanted to work with a temperature sensor. First I've get outputs over thousand so i thought, my output minus thousand would be the right temperature. Now one of my colleges hast told me, this is wrong and I need more calculations. use panic_halt as _; #[arduino_hal::entry]
} |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Please, pretty please, properly format your question. (Visit this #307 and edit it) Karma bonus points for showing those very cryptic error messages. |
Beta Was this translation helpful? Give feedback.
-
Heart of the cryptic error message is
@Guelakais in #305 you had a succesfull compile. Have a look over there and tell us what you are doing different for this issue. That request in other words. I think you have already a working tool chain. That it is a good thing to compare the known good, |
Beta Was this translation helpful? Give feedback.
-
@Guelakais, right, you ran into a known problem there. See rust-lang/compiler-builtins#347 (comment) for the upstream report and a workaround. |
Beta Was this translation helpful? Give feedback.
@Guelakais, right, you ran into a known problem there. See rust-lang/compiler-builtins#347 (comment) for the upstream report and a workaround.