Changes between Version 34 and Version 35 of PiBots


Ignore:
Timestamp:
Sep 27, 2016, 10:41:57 PM (9 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PiBots

    v34 v35  
    66* [http://git.ataber.pw/snippets/5 Minibot Drive Code Snippet]
    77
    8 
    98Ultrasonic Range Sensor
    109* http://www.modmypi.com/blog/hc-sr04-ultrasonic-range-sensor-on-the-raspberry-pi
     10* [http://www.modmypi.com/electronics/sensors/ultrasonic-range-sensor-hc-sr04- HC-SR04 ultrasonic with Raspberry Pi]
    1111
    1212The Pi Zero has 2 hardware-supported PWM outputs on GPIO18, GPIO19: [http://circuitdigest.com/microcontroller-projects/raspberry-pi-pwm-tutorial Pi PWM Tutorial] [https://www.npmjs.com/package/raspi-pwm PWM via WiringPi] through some clever programming, additional hardware-assisted PWM can be implemented via DMA: [https://pythonhosted.org/RPIO/pwm_py.html PWM via DMA]