photo

Ahsan Ayyaz


Last seen: 2년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계학

All
  • First Review
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
How to turn on arduino digital pin using an external push button in app designer
This code served the purpose without using app designer close all clear all global a; a = arduino('COM11','nano'); don...

3년 초과 전 | 0

질문


How to turn on arduino digital pin using an external push button in app designer
I want to turn on a led when a push button connected to arduino is pressed, also when push button on the app is pressed it shoul...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to detect a keyboard key in a while loop using a figure
I am using arduino nano and checking push buttons in a while loop. I want to detect a keyboard key, say 'spacebar' and simulate ...

4년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...

5년 초과 전

문제를 풀었습니다


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

5년 초과 전