mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-05-02 22:17:12 +08:00
Fix platform paths
This commit is contained in:
parent
85e6cd35bf
commit
f0d822a0a1
@ -9,7 +9,7 @@ https://github.com/hybridgroup/gobot
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/ardrone
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/ardrone
|
||||||
```
|
```
|
||||||
## Using
|
## Using
|
||||||
```go
|
```go
|
||||||
|
@ -6,7 +6,7 @@ This package provides the Gobot adaptor for the [Beaglebone Black](http://beagle
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/beaglebone
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/gobot/beaglebone
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cross compiling for the Beaglebone Black
|
## Cross compiling for the Beaglebone Black
|
||||||
|
@ -24,7 +24,7 @@ $ sudo apt-get install libusb-dev
|
|||||||
|
|
||||||
Now you can install the package with
|
Now you can install the package with
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/digispark
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/digispark
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -5,7 +5,7 @@ This package provides the adaptor for microcontrollers such as Arduino that supp
|
|||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/firmata
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/firmata
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -6,7 +6,7 @@ This package provides drivers for [General Purpose Input/Output (GPIO)](https://
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/gpio
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/gpio
|
||||||
```
|
```
|
||||||
|
|
||||||
## Hardware Support
|
## Hardware Support
|
||||||
|
@ -6,7 +6,7 @@ This package provides drivers for [i2c](https://en.wikipedia.org/wiki/I%C2%B2C)d
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/i2c
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/i2c
|
||||||
```
|
```
|
||||||
|
|
||||||
## Hardware Support
|
## Hardware Support
|
||||||
|
@ -22,7 +22,7 @@ $ sudo apt-get install libsdl2-2.0-0
|
|||||||
|
|
||||||
Now you can install the package with
|
Now you can install the package with
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/joystick
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/joystick
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -8,7 +8,7 @@ First install the [Leap Motion Software](https://www.leapmotion.com/setup)
|
|||||||
|
|
||||||
Now you can install the package with
|
Now you can install the package with
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/leap
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/leap
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -4,7 +4,7 @@ This package contains the Gobot adaptor and driver for the [Neurosky Mindwave Mo
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/neurosky
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/neurosky
|
||||||
```
|
```
|
||||||
|
|
||||||
## How To Connect
|
## How To Connect
|
||||||
|
@ -25,7 +25,7 @@ Follow the official [OpenCV installation guide](http://docs.opencv.org/doc/tutor
|
|||||||
|
|
||||||
Now you can install the package with
|
Now you can install the package with
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/opencv
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/opencv
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
|
@ -4,7 +4,7 @@ This package provides the Gobot adaptor for the [Spark Core](https://www.spark.i
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/spark
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/spark
|
||||||
```
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
@ -4,7 +4,7 @@ This package provides the Gobot adaptor and driver for the [Sphero](http://www.g
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```
|
```
|
||||||
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/platforms/sphero
|
go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/sphero
|
||||||
```
|
```
|
||||||
|
|
||||||
## How To Connect
|
## How To Connect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user