-
Sometimes bytes from fmt.Printf () disappear.
```
temperature: 70.699997
temperature: 70.699997
temperature: 70.699997
tmperature: 70.699997
temperature: 70.699997
temperature: 70.699997
tem…
-
Hi ,
as I´m not a professional coder just a question:
How is it possible to stop the Timer?
In my project I´m generating step pulses for a stepper motor but the question is how to stop the timer.
…
RAyWB updated
4 years ago
-
I am using a Feather M4 Express to send a sequence of voltage-levels (bits) at a defined baudrate. Because of lack of timer interrupts, the function audiocore.RawSample() seems to fill the gap using d…
-
### Did you test the latest `bugfix-2.0.x` code?
Yes, and the problem still exists.
### Bug Description
With the last release on a ender 3 v2 with 4.2.2 silent board,i can't compile it due this pro…
-
I have gotten the Itys Bitsy M0 to work as a proper uart slave (with a single pin remapped to converter). The changes are... somewhat messy. This can be seen in the topic-slave-uart for an example of …
-
The git log I was writing was bad, so the dev branch has a bad log.
I think we can ammend it now, what do you think?
```
64d51b2 Extend SAMD51 pinPadMapping
f103e91 Add SAMD51 pin change interru…
-
On the schematic that Kevin sent me -- which I think is this version -- the SPI breakout pins include GPIO23, but that pin is part of the I2C bus on the Feather. You might want to use GPIO21.
gcl8a updated
4 years ago
-
Please add [WebSockets2_Generic](https://github.com/khoih-prog/WebSockets2_Generic) to Library Manager. Thanks.
This [WebSockets2_Generic library](https://github.com/khoih-prog/WebSockets2_Generic)…
-
I have two questions about zerodma library:
1) why dmac handler calls dma irq handler passing a different argument in samd51 vs samd21?
`dma->_IRQhandler(channel);` when inside the function it does …
-
Assuming the order is well defined for evaluation of list elements something odd is going on here as `monotonic_ns()` is briefly jumping backwards:
```
Adafruit CircuitPython 5.3.1 on 2020-07-13; …