Posts by Yunrin 127 • 57 points
6 posts
-
-1
votes2
answers2479
viewsQ: How to quote a javascript string
I have this code: colors = ["red","green"] let xmlRowString = "<imagens>"; for(let y = 0; y < this.colors.length; y++){ let r = colors[y]; xmlRowString += "<imagem…
javascriptasked Yunrin 127 57 -
0
votes2
answers74
viewsQ: Variables and if flow control structure in Java
The intended is for the user to enter 3 numbers and for the sentence to appear at the end "The highest value is X the middle value is Y and the lowest value is Z". Where X, Y and Z are the numbers…
javaasked Yunrin 127 57 -
0
votes1
answer70
viewsQ: Graphs with noise in the Adian in the plotter
Implement code that simulates the speed of a car as more noise signal, with 50 elements. The speed value increases linear mode by 0-50 km/h. The noise amplitude is 1 km/h. Values are sent to the…
-
1
votes1
answer208
viewsQ: Connecting led with Arduino using strings
Perform code that causes the D1 LED to be erased when it is sent from PC to Arduino an odd decimal numeric digit between {1,3,5,7,9} and accessed if the sent digit is even between {0,2,4,6,8}. How…
-
1
votes1
answer131
viewsQ: How do I create a somaCum() function for Adian? C
Angles ang = {0.0,46.0,91.2,134.7,179.2}, the unit is deg (steps). I have to implement code that initializes the values as a global array, and then defines the void somaCum(float arr[]){} function…
-
2
votes0
answers749
viewsQ: How to turn the servo motor using Arduino and a button? What would be the function?
I would like a help to program the servo motor with Arduino with a button. How can I control the rotation time with timestamp? I need to turn the servo motor from -90º to 180º. Thank you! #include…
arduinoasked Yunrin 127 57