From b2d963d91baa26aaa9ec77796473b6e9d48781be Mon Sep 17 00:00:00 2001 From: Adrian Zankich Date: Tue, 30 Dec 2014 09:00:32 -0800 Subject: [PATCH] Add gobot and Hardware section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f165d3e..18cba54b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Game Development](#game-development) - [Generation & Generics](#generation--generics) - [GUI](#gui) + - [Hardware](#hardware) - [Images](#images) - [Logging](#logging) - [Machine Learning](#machine-learning) @@ -247,6 +248,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go. +## Hardware + +*Libraries for interacting with hardware.* + +* [gobot](https://github.com/hybridgroup/gobot) - Framework for robotics, physical computing, and the Internet of Things + ## Images *Libraries for manipulating images.*