What is te maximun switching speed of the GPIO ?
In loop:
Code: Select all
GPIO.output(17, 1)
timesleep(???)
GPIO.output(17, 0)
timesleep(???)
Thanks in advance.
Code: Select all
GPIO.output(17, 1)
timesleep(???)
GPIO.output(17, 0)
timesleep(???)
The OS distribution doesn't matter, it's all Linux on a 700MHz ARM6.valver wrote:
[*] Raspian or Pidora or Arch ?
[*] Phyton or C ?
[*] You recommend not to use GUI? to increase speed?