add CAN example app

This commit is contained in:
2025-04-29 11:24:48 +02:00
parent 997e0502ab
commit 629ba4f8f2
8 changed files with 155 additions and 91 deletions

View File

@ -1,3 +1,5 @@
pub use embedded_can::{ExtendedId, Id, StandardId};
#[derive(Debug, thiserror::Error)]
#[error("invalid data size error {0}")]
pub struct InvalidDataSizeError(usize);