Content-Length: 257233 | pFad | http://github.com/JuliaBerry/JuliaBerry.jl/blob/master/README.md

EA JuliaBerry.jl/README.md at master · JuliaBerry/JuliaBerry.jl · GitHub
Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 592 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 592 Bytes

JuliaBerry

An omnibus package with a high level API for controlling peripherals on the Raspberry Pi computer. Currently has support for the GPIO pins on the Pi, and the ExplorerHat.

GPIO

Generic Pins

x = OutputPin(17)
on(x)
off(x)

LED

x = LED(17)
on(x)
off(x)

Motors

x = Motor(17, 23)
forward(x, 50)
stop(x)
backward(x, 50)
stop(x)

Explorer Hat

using JuliaBerry.ExplorerHat

on(ExplorerHat.led[1])
on.(ExplorerHat.led)
off.(ExplorerHat.led)

on(ExploerHat.output[1])

forward(ExplorerHat.motor[1], 75)
stop(ExplorerHat.motor[1])








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/JuliaBerry/JuliaBerry.jl/blob/master/README.md

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy