only library install support

pull/4/head
fb5 8 years ago
parent 739b891f83
commit c41d51f88c

@ -1,28 +1,13 @@
# awesome-arduino
A curated list of awesome Arduino hardwares, libraries and projects
- [Awesome Arduino](#awesome-Arduino)
- [IDE](#ide)
- [Librarys](#librarys)
- [Hardware](#hardware)
- [Librarys](#librarys)
- [HardwareBoard](#HardwareBoard)
- [IDE](#ide)
- [Tutorials](#tutorials)
- [Projects](#projects)
- [Contributing](#contributing)
## IDE
*Arduino developments*
* [arduino](https://github.com/arduino/Arduino) - office arduino ide
* [ESP8266 IDE](https://github.com/esp8266/Arduino) - Arduino IDE for ESP8266
* [Stino](https://github.com/Robot-Will/Stino) - A Sublime Text Plugin for Arduino
* [attiny](https://github.com/damellis/attiny) - ATtiny microcontroller support for the Arduino IDE
* [arduinounit](https://github.com/mmurdoch/arduinounit) - a unit testing framework for Arduino libraries
* [Arduino-Makefile](https://github.com/sudar/Arduino-Makefile) - Makefile for Arduino sketches
* [arduino_sketches](https://github.com/nickgammon/arduino_sketches) - Publicly-released sketches for the Arduino microprocessor
* [arduino-builder](https://github.com/arduino/arduino-builder) - A command line tool for compiling Arduino sketches
* [arduinounit](https://github.com/mmurdoch/arduinounit) - a unit testing framework for Arduino libraries
* [arduino-eclipse-plugin](https://github.com/jantje/arduino-eclipse-plugin) - A plugin to make programming the arduino in eclipse easy
## Librarys
@ -214,7 +199,7 @@ A curated list of awesome Arduino hardwares, libraries and projects
* [ArduRPC](https://github.com/DinoTools/ArduRPC) - RPC library for Arduino and other microcontroller based boards
* [arduino-json-rpc](https://github.com/cloud-rocket/arduino-json-rpc) - Simple JSON-RPC server implementation for Arduino
## Hardware
## HardwareBoard
*Hardware board for arduino diy.*
@ -222,6 +207,21 @@ A curated list of awesome Arduino hardwares, libraries and projects
* [blackmagic](https://github.com/blacksphere/blackmagic) - In application debugger for ARM Cortex microcontrollers
* [stm32plus](https://github.com/andysworkshop/stm32plus) - C++ library for the STM32 F0, F100, F103, F107 and F4
## IDE
*Arduino developments*
* [arduino](https://github.com/arduino/Arduino) - office arduino ide
* [ESP8266 IDE](https://github.com/esp8266/Arduino) - Arduino IDE for ESP8266
* [Stino](https://github.com/Robot-Will/Stino) - A Sublime Text Plugin for Arduino
* [attiny](https://github.com/damellis/attiny) - ATtiny microcontroller support for the Arduino IDE
* [arduinounit](https://github.com/mmurdoch/arduinounit) - a unit testing framework for Arduino libraries
* [Arduino-Makefile](https://github.com/sudar/Arduino-Makefile) - Makefile for Arduino sketches
* [arduino_sketches](https://github.com/nickgammon/arduino_sketches) - Publicly-released sketches for the Arduino microprocessor
* [arduino-builder](https://github.com/arduino/arduino-builder) - A command line tool for compiling Arduino sketches
* [arduinounit](https://github.com/mmurdoch/arduinounit) - a unit testing framework for Arduino libraries
* [arduino-eclipse-plugin](https://github.com/jantje/arduino-eclipse-plugin) - A plugin to make programming the arduino in eclipse easy
## Tutorials
@ -249,8 +249,11 @@ A curated list of awesome Arduino hardwares, libraries and projects
* [Temperature controlled craft beer coolbox](http://www.instructables.com/id/temperature-controlled-craft-beer-coolbox/) - a coolbox in which you can control the temperature in three separate compartments
## usage
work in 'git bash' at windows with git installed or linux os
```bash
sh update.sh
usage()
{
echo ""

@ -67,7 +67,7 @@ function pure_list
rs=$(echo $LINE | grep "github" )
if [[ "$rs" != "" ]]; then
# the projects list can not be installed
rt=$(echo $LINE | grep "Projects" )
rt=$(echo $LINE | grep "HardwareBoard" )
if [[ "$rt" != "" ]]; then
continue
fi

Loading…
Cancel
Save