-
While playing around with async I stumbled upon an apparent miscomplation. I've tried to reduce it as much as possible and am now left with this:
```rust
#![no_std]
#![no_main]
#![feature(llvm_…
-
Does `avr-tester` provide an PI for testing PWM-driving firmwares? Of course, one way would be to "co-bitbang" (observe bit-by-bit) the output on some PWM pin, but for performance considerations I wou…
-
This code:
```rust
#[atmega_hal::entry]
fn main() -> ! {
let dp = Peripherals::take().unwrap();
let pins = pins!(dp);
let mut uart = Usart0::::new(
dp.USART0,
p…
-
I have just come across this [issue ](https://github.com/platformio/platform-atmelavr/issues/256) but it is closed. Thus I'm starting a new one.
I am using VS Code version 1.77.3 on Debian 11 with…
-
Tried compiling this code, however it shows this error code. Couldn't find similar problems off the internet.
Configuration: Windows 11, VS Code version 1.80.2
```
#include
// put function de…
-
Hi,
Tx a lot for your work.
I just solder my first SDBox Mini and trying to make it work. (rev2b)
I compiled the firmware from this source : https://github.com/jbilander/amiga-par-to-spi-adap…
-
Hi,
I'm a new PICSimLab user. Thank you so much for your work on this project.
II am interested in using PICSimLab for teaching purposes. For this I would like to use the RemoteTCP interface wit…
-
Hi, im having issues with the stepper moving to wrong position when i run the example code, seems like it only moves wrong when going in reverse, to little. This is a awesome library if the position i…
-
The Intel Hex file as a build comment starting with ";" at the end. This is not supported by this format. Many tool and results in an error (simavr, Lauterbach Trace32 ...).
Remove the comments from …
-
I am trying to run a stepper motor. I initially setup a magnetic sensor. But switch to open loop as a first test, and It runs ok with a velocity of 20 to 80. But still, lower speeds are erratic. I did…