Spi
1 unresolved thread
1 unresolved thread
Use SPI between Pi and MCU instead of UART
Merge request reports
Activity
276 &mut ctx.shared.pi_tx, 277 &mut ctx.shared.other_tx_buf, 278 &mut ctx.shared.spi_data, 279 new_spi_data, 280 ); 281 179 282 iterations_since_last_packet = 0; 180 283 } else { 181 284 iterations_since_last_packet += 1; 182 285 } 286 } 287 } 183 288 184 i += 1; 289 #[task(shared = [radio, spi_data, pi_tx, other_tx_buf])] 290 fn get_radio_temp(mut ctx: get_radio_temp::Context) { mentioned in commit 856d73ba
Please register or sign in to reply