• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป le

le

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@tips:rasberry
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

linux
6 Hits, Last modified: 9 years ago
=== Linux ====== ===== Base ===== edit /etc/locale.gen and run locale-gen <code> apt-get install wiringpi python-pip # test GPIO gpio readall </code> ... /code> * [[http://picamera.readthedocs.io/en/release-1.10/recipes1.html|picamera]] * [[http://pkl... amera as normal USB camera ==== add to /etc/modules <code> echo bcm2835-v4l2 >> /etc/modules-load.d/
gpio
5 Hits, Last modified: 10 years ago
17 <code> gpio -g mode 17 out gpio -g write 17 1 sleep 2 gpio -g write 17 0 </code> python <code> import RPi.GPIO as GPIO import time GPIO.cleanup() GPIO.setmode(GPIO.BOARD) channel=11 GPIO.setup(channel, GPIO.OUT) while True: GPIO.output(channel, GPIO.HIGH) time.sleep(1) GPIO.output(channel, GPIO.LOW) time.

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki