Skip to content

Commit 7781af1

Browse files
committed
add fritzing diagrams
1 parent 53a3d4c commit 7781af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The _aileron (1) and elevator (2)_ channels are used to modify the motion of the
1010
<img src = "/images/plots/triangle-fmod.png" width = "70%">
1111
</p>
1212

13-
The _throttle channel (3)_ controls the amplitude of a fixed-frequency oscillation. By the default, the waveform is a triangle-wave, but the throttle can also be used to trucante the wave so it looks more like a square wave. Using a square wave allows the servo to output more mechanical power, but the transition between strokes is abrupt. The truncated-wave eases this transition.
13+
The _throttle channel (3)_ controls the amplitude of a fixed-frequency oscillation. By the default, the waveform is a triangle-wave, but the throttle can also be used to trucante the wave so it looks more like a square wave. Using a square wave allows the servo to output more mechanical power, but the transition between strokes is very abrupt. The truncated-wave eases this transition while increasing power compared to a triangle wave.
1414

1515
<p align="center">
1616
<img src = "/images/plots/triangle-truncation.png" width = "70%">
@@ -25,7 +25,7 @@ __Nano__: While the program was written for an Arduino Nano, it should be compat
2525
<img src = "images/diagrams/nano/schematic-nano.png" width = "80%">
2626
</p>
2727

28-
__ATTiny__: As this microcontroller has less pins it does not support tail servos or a rudder channel. Rather, the assymetric amplitude can be mixed into the assymetric dihedral.
28+
__Digispark ATTiny85__: As this microcontroller has less pins it does not support tail servos or a rudder channel. Rather, the assymetric amplitude can be mixed into the assymetric dihedral.
2929

3030
<p align="center">
3131
<img src = "images/diagrams/attiny/schematic-attiny.png" width = "80%">

0 commit comments

Comments
 (0)