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
working in linux, where and in witch file i can add lines of code like this(pseudo-code):
if (value >= lowerAverage && value <= upperAverage){
serial.write('You're `moving?);`
}
where, for example, the serial is an arduino and the values are in uC?