Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
XdoctorwhoZ committed Jul 21, 2024
1 parent fce82a9 commit 36b6046
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ unsafe fn main() -> ! {
let mut watchdog = Watchdog::new(pac.WATCHDOG);
let sio = Sio::new(pac.SIO);

let mes = api_dio::PicohaDioRequest {
r#type: femtopb::EnumValue::Known(api_dio::RequestType::Ping),
pin_num: 0,
value: femtopb::EnumValue::Known(api_dio::PinValue::Low),
unknown_fields: Default::default(),
};

// let mut cursor = femtopb::Cursor::new();
// let rr = mes.encoded_len()

Expand Down Expand Up @@ -182,7 +175,7 @@ unsafe fn main() -> ! {
.build();

// --------------------------------------------------------------

//
let mut app = AppDio::new();
loop {
// Check for new data
Expand Down

0 comments on commit 36b6046

Please sign in to comment.