-
Notifications
You must be signed in to change notification settings - Fork 607
Open
Labels
Priority:3Work that is nice to haveWork that is nice to haveenhancementNew feature or requestNew feature or request
Description
Hello,
I was looking at this library (Iot.Device.Bindings), considering to use it with my raspberry pi project. I want to use the Nrf24l01 wrapper. But when I checked it out internally, I noticed that its Send() method has 4x Thread.Sleep(1) inside it. This would massively slow down my sending rate. I want my nrf to only send data, never receive anything, and I want to send data rapidly. So why is the Send implemented like this, switching back to receive after every send and having those sleeps?
I would suggest that in Send there should be simple write of the data and nothing else.
Metadata
Metadata
Assignees
Labels
Priority:3Work that is nice to haveWork that is nice to haveenhancementNew feature or requestNew feature or request