1
0

2 Commitit 873813679d ... 7b34880229

Tekijä SHA1 Viesti Päivämäärä
  Kevin Lee 7b34880229 Add step support to random pulse width 10 kuukautta sitten
  Kevin Lee 873813679d Add step to randomized pulse width 10 kuukautta sitten
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -92,10 +92,10 @@ Op:
     Count: 10
     
     # Specify one or more of the following:
-    Speed: [100, 1000, 100] # [min, max, incr]
-    Power: [10, 100, 5] # [min, max, incr]
-    Frequency: [20000, 100000, 1000] # [min, max, incr]
-    PulseWidth: [2, 250] #[min, max]
+    Speed: [100, 1000, 100] # [min, max, step]
+    Power: [10, 100, 5] # [min, max, step]
+    Frequency: [20000, 100000, 1000] # [min, max, step]
+    PulseWidth: [2, 250, 2] # [min, max, step]
 ```
 
 Exporting a pen to a file: