I want to reverse my servo motor direction let's say like when i have 0 my servo go to 90 and when i have 100 my servo go to 90 and between that .so what i want to do is i want when i have 100 my servo go to 0 and when i have 0 my servo go to 90 and bitween that of course so any ideas?
Any ideas?
Yes, work out what 'how to use this forum - please read' means then try again.
Subtract the value that would have been sent to the servo from 100 and write that instead or use the map() function to map the range you have to the opposite range
I already use map function i opposite already too but nothing happen always the same movement
Post a program that demonstrates the problem