Repo for designs & driver for a TA7642 powered lightning detector

feat: Embassy driver #1

merged opened by sachy.dev targeting main from driver
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:usjm3ynnir6y4inkcdovrfei/sh.tangled.repo.pull/3mcxaimss3u22
+3 -5
Interdiff #6 #7
.tangled/workflows/test.yml

This file has not been changed.

Cargo.lock

This file has not been changed.

Cargo.toml

This file has not been changed.

README.md

This file has not been changed.

embassy-strike-driver/Cargo.toml

This file has not been changed.

embassy-strike-driver/src/analysis.rs

This file has not been changed.

+3 -5
embassy-strike-driver/src/drivers.rs
··· 5 5 adc::{self, Adc, AdcPin, Async, InterruptHandler}, 6 6 dma, 7 7 interrupt::typelevel::{ADC_IRQ_FIFO, Binding}, 8 - peripherals::ADC, pwm::{self, ChannelBPin, Pwm, Slice}, 8 + peripherals::ADC, 9 + pwm::{self, ChannelBPin, Pwm, Slice}, 9 10 }; 10 11 use embassy_sync::{blocking_mutex::raw::RawMutex, mutex::Mutex}; 11 12 ··· 79 80 } 80 81 81 82 impl<'device> PwmDriver<'device> { 82 - pub fn new<T>( 83 - slice: Peri<'device, T>, 84 - b: Peri<'device, impl ChannelBPin<T>>, 85 - ) -> Self 83 + pub fn new<T>(slice: Peri<'device, T>, b: Peri<'device, impl ChannelBPin<T>>) -> Self 86 84 where 87 85 T: Slice, 88 86 {
embassy-strike-driver/src/lib.rs

This file has not been changed.

embassy-strike-driver/src/traits.rs

This file has not been changed.

History

10 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat: Embassy driver
1/1 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
feat: Embassy driver
1/1 success
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
1/1 success
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
1/1 failed
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
1/1 success
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
1/1 success
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
1/1 failed
expand
expand 0 comments
1 commit
expand
feat: Embassy driver
expand 0 comments
1 commit
expand
feat: Embassy driver
expand 0 comments
1 commit
expand
feat: Embassy driver
expand 0 comments