You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/l10n/app_en.arb
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,31 @@
111
111
"phase": "Phase",
112
112
"duty": "Duty",
113
113
"produceSound": "Produce Sound",
114
+
"frequency": "Frequency",
115
+
"phaseOffset": "Phase Offset",
116
+
"unitDeg": "°",
117
+
"unitPercentage": "%",
118
+
"sine": "Sine",
119
+
"tri": "Tri",
120
+
"pwm": "pwm",
121
+
"waveGeneratorIntro": "The wave generator can be used to generate different types of waves like Sine wave, square wave and saw-tooth wave allow us to change their characteristics like frequency, phase and duty. It also allows us to produce PWM signals having different phase and duty.",
122
+
"sineWaveCaption": "To generate Sine wave or Saw-Tooth wave:",
123
+
"sineWaveBulletPoint1": "Connect the Wave pins S1 and S2 to the channel pins CH1, CH2 as shown in the above figure.",
124
+
"sineWaveBulletPoint2": "Select the Wave1 button for S1 pin and Wave2 button for S2 pin.",
125
+
"sineWaveBulletPoint3": "Press Sine image button for Sine wave and Saw-Tooth image button for Saw-Tooth wave.",
126
+
"sineWaveBulletPoint4": "Set their respective frequencies and phase difference(optional) using buttons in waveform panel.",
127
+
"sineWaveBulletPoint5": "Press the View button to view the waves in oscilloscope.",
128
+
"squareWaveCaption": "To generate Square wave:",
129
+
"squareWaveBulletPoint1": "Connect the Wave pins SQ1 to the channel pin CH1 as shown in the above figure.",
130
+
"squareWaveBulletPoint2": "Ensure the mode is selected to the Square, if not press the mode button to switch to Square mode.",
131
+
"squareWaveBulletPoint3": "Select the SQ1 button",
132
+
"squareWaveBulletPoint4": "Set its Frequency and Duty Cycle",
133
+
"squareWaveBulletPoint5": "Press the View button to view the square wave in oscilloscope.",
134
+
"pwmCaption": "Similarly, to produce four different PWM signals:",
135
+
"pwmBulletPoint1": "Switch over to PWM mode(In this mode S1 and S2 pin will be disabled).",
136
+
"pwmBulletPoint2": "Set the common frequency for all the SQ pins.",
137
+
"pwmBulletPoint3": "Set the duty and phase for all the SQ pins.",
138
+
"pwmBulletPoint4": "Press View button to generate the PWM signals.",
0 commit comments