Skip to content

Examples for getting started and testing ANAVI hardware written on Golang.

Notifications You must be signed in to change notification settings

nikolay-dyakov/rpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples

Examples for getting started and testing ANAVI hardware written on Golang. Here you can find C and Python samples:anavi-examples

require

  1. pigpio

Build for Raspberry Zero W

  1. set following env variables GOOS=linux;GOARCH=arm;GOARM=6
  2. go build

Build for Raspberry 3

  1. set following env variables GOOS=linux;GOARCH=arm;GOARM=7
  2. go build

How to?

  1. Run pigpiod on startup sudo systemctl enable pigpiod

About

Examples for getting started and testing ANAVI hardware written on Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages