Updated comments for servo-motor example
authorNathael Pajani <nathael.pajani@ed3l.fr>
Mon, 7 Nov 2022 20:17:03 +0000 (21:17 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:14:24 +0000 (17:14 +0100)
servomotor/README

index de908c9..cdbac11 100644 (file)
@@ -1,4 +1,4 @@
-Servo-motor control using ADC input for angle control
+Servo-motor control using serial communication for angle control
 
 Copyright 2016 Nathael Pajani <nathael.pajani@ed3l.fr>
 
@@ -20,7 +20,8 @@ Copyright 2016 Nathael Pajani <nathael.pajani@ed3l.fr>
  *************************************************************************** */
 
 This example shows the support of PWM for servo-motor control.
-Servo-motor position is set by reading on ADC input 0.
+Servo-motor position is set according to characters received on serial line,
+between '0' and '9', with 20° steps.
 
 The PWM signal is output on port 0 pin 23 (LPC_TIMER_32B1_M0_PIO_0_23), using
 32 bits timer 1, match channel 0.