-
```
Summary: when calling analogWrite() with values 0 or 255, it defaults to
analogWrite() which leaves PWM registers in the previous state, and the next
analogWrite() starts with a "glitch", very n…
-
Hi.
I found out why my Z axis worked so erratically.
It was not due the frequency or missed pulses.
The problem is resolution.
As I have 4096 pulses per one rotation (and therefore 1mm of movement) I…
-
I've been trying to link 2 Attiny85s, but the connection is very unreliable. When I connect the power for both boards at the same time I always get NACK, when I connect Slave first, wait until it boot…
oomek updated
4 years ago
-
Hi,
I've successfully built a magspoof, but I substituted the L9110H H-Bridge drivr 8 pin DIP package for your L293D H-Bridge driver. My choice seems to work just fine, and seems to be a much better…
-
Hi!
First of all, congratulations for this amazing library;) I've tested the following code with an arduino uno and it does not work. May be I missed something...
```
#include
// the setu…
-
```
For a variety of ATtiny chips (x4, x5, x61 and ATmega161), the respective avr
iot define files define BIN to 7 for Bipolar Input Mode in ADCSRB.
The core Print.h defines BIN to be 2.
This leads…
-
```
For a variety of ATtiny chips (x4, x5, x61 and ATmega161), the respective avr
iot define files define BIN to 7 for Bipolar Input Mode in ADCSRB.
The core Print.h defines BIN to be 2.
This leads…
-
-
Would it be possible to port this over to work on an attiny 1604 chip, and if so how would I go about implementing that?
-
```
For a variety of ATtiny chips (x4, x5, x61 and ATmega161), the respective avr
iot define files define BIN to 7 for Bipolar Input Mode in ADCSRB.
The core Print.h defines BIN to be 2.
This leads…