pcduino

package module
v0.0.0-...-f612f80 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2015 License: Apache-2.0 Imports: 6 Imported by: 0

README

pcduino

pcduino.go: go_environment for pcDuino Build Status

see godoc

Program Template

package main

import (
  . "github.com/conclave/pcduino/core"
)

func init() {
  Init()
  setup()
}

func main() {
  for {
    loop()
  }
}

// impl your own setup() and loop()
func setup() {

}

func loop() {

}

Or use bin/pcduino-gen:

pcduino-gen mypackage filename.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
bin
lib
i2c
Package i2c provides low level control over the linux i2c bus.
Package i2c provides low level control over the linux i2c bus.
lcd
spi
wire
TwoWire - TWI/I2C library for Wiring deprecated
TwoWire - TWI/I2C library for Wiring deprecated
module
sample
test
MQ2
Sample code for MQ2 Smoke Sensor Shield for pcDuino
Sample code for MQ2 Smoke Sensor Shield for pcDuino
adc_test
ADC test program
ADC test program
io_test
I/O test program
I/O test program
linker_temperature_sensor_test
Temperature sensor test program
Temperature sensor test program
pwm_test
PWM test program
PWM test program

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL