mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-17 21:23:58 +00:00
docs: complete missing GoDocs for main and sub-packages
Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
// Package drivers provides a collection of hardware drivers for devices that
|
// Package drivers provides a collection of hardware drivers for TinyGo (https://tinygo.org)
|
||||||
// can be used together with TinyGo (https://tinygo.org).
|
// for devices such as sensors and displays.
|
||||||
//
|
//
|
||||||
// Here is an example in TinyGo that uses the BMP180 digital barometer:
|
// Here is an example in TinyGo that uses the BMP180 digital barometer:
|
||||||
//
|
//
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
// "time"
|
// "time"
|
||||||
// "machine"
|
// "machine"
|
||||||
//
|
//
|
||||||
// "github.com/tinygo-org/drivers/bmp180"
|
// "tinygo.org/x/drivers/bmp180"
|
||||||
// )
|
// )
|
||||||
//
|
//
|
||||||
// func main() {
|
// func main() {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// Simple driver to rotate a 4-wire stepper motor
|
// Package easystepper provides a simple driver to rotate a 4-wire stepper motor.
|
||||||
package easystepper // import "tinygo.org/x/drivers/easystepper"
|
package easystepper // import "tinygo.org/x/drivers/easystepper"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
// Package mqtt is intended to provide compatible interfaces with the
|
||||||
|
// Paho mqtt library.
|
||||||
package mqtt
|
package mqtt
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user