Browse Source

tiny/README.md : Updates

master
kevin 3 years ago
parent
commit
5063f6b83f
1 changed files with 10 additions and 10 deletions
  1. 10
    10
      control/tiny/README.md

+ 10
- 10
control/tiny/README.md View File

@@ -5,7 +5,7 @@ Arguments in curly braces are optional.
5 5
 
6 6
 ------------------------------------------------------------------------------------------
7 7
 
8
-Hold PWM Duty Cycle
8
+__Hold PWM Duty Cycle__
9 9
 
10 10
 Function                 | Opcode | Arguments
11 11
 -------------------------|--------|---------------------------
@@ -39,7 +39,7 @@ Value | Div  | Frequency   | Period
39 39
 
40 40
 ------------------------------------------------------------------------------------------
41 41
 
42
-Note-on Velocity
42
+__Note-on Velocity__
43 43
 
44 44
 Function                 | Opcode | Arguments
45 45
 -------------------------|--------|---------------------------
@@ -55,7 +55,7 @@ by looking up the pulse tick count in the velocity table.
55 55
 
56 56
 ------------------------------------------------------------------------------------------
57 57
 
58
-Note-on Microseconds
58
+__Note-on Microseconds__
59 59
 
60 60
 Function                 | Opcode | Arguments
61 61
 -------------------------|--------|-------------------------------------------------
@@ -77,7 +77,7 @@ ticks to micoseconds:
77 77
 
78 78
 ------------------------------------------------------------------------------------------
79 79
 
80
-Note-off
80
+__Note-off__
81 81
 
82 82
 Function                 | Opcode | Arguments
83 83
 -------------------------|--------|---------------------------
@@ -88,7 +88,7 @@ Turn off a sounding note by settting the hold-voltage to 0.
88 88
 
89 89
 ------------------------------------------------------------------------------------------
90 90
 
91
-Set Read Address
91
+__Set Read Address__
92 92
 
93 93
 Function                 | Opcode | Arguments
94 94
 -------------------------|--------|---------------------------
@@ -108,7 +108,7 @@ Arguments   | Range | Default | Note
108 108
 
109 109
 ------------------------------------------------------------------------------------------
110 110
 
111
-Write Memory
111
+__Write Memory__
112 112
 
113 113
 Function                 | Opcode | Arguments
114 114
 -------------------------|--------|---------------------------
@@ -117,7 +117,7 @@ Write memory             |    5   |
117 117
 
118 118
 ------------------------------------------------------------------------------------------
119 119
 
120
-Set Hold Delay
120
+__Set Hold Delay__
121 121
 
122 122
 Function                 | Opcode | Arguments
123 123
 -------------------------|--------|---------------------------
@@ -130,7 +130,7 @@ attack pulse duration values.
130 130
 
131 131
 ------------------------------------------------------------------------------------------
132 132
 
133
-Set *flags* variable 
133
+__Set *flags* variable__
134 134
 
135 135
 Function                 | Opcode | Arguments
136 136
 -------------------------|--------|---------------------------
@@ -144,7 +144,7 @@ _HOA_ : Set to apply the hold voltage at the beginning of the attack.
144 144
 
145 145
 ------------------------------------------------------------------------------------------
146 146
 
147
-Register File Address
147
+## Register File Address
148 148
 
149 149
 
150 150
 Address | Label           | Note
@@ -173,7 +173,7 @@ Address | Label           | Note
173 173
 
174 174
 ------------------------------------------------------------------------------------------
175 175
 
176
-Memory Location Id table.
176
+## Memory Location Id table
177 177
 
178 178
 Id | Memory         | Note
179 179
 ---|----------------|-------------------------------

Loading…
Cancel
Save