16 lines
521 B
Go
16 lines
521 B
Go
// Copyright 2016 The Periph Authors. All rights reserved.
|
|
// Use of this source code is governed under the Apache License, Version 2.0
|
|
// that can be found in the LICENSE file.
|
|
|
|
// Package pine64 contains Pine64 hardware logic. It is intrinsically
|
|
// related to package a64.
|
|
//
|
|
// Requires Armbian Jessie Server.
|
|
//
|
|
// Physical
|
|
//
|
|
// http://files.pine64.org/doc/Pine%20A64%20Schematic/Pine%20A64%20Pin%20Assignment%20160119.pdf
|
|
//
|
|
// http://wiki.pine64.org/images/2/2e/Pine64_Board_Connector_heatsink.png
|
|
package pine64
|