Ein Roboter mit bürstenlosem Antrieb, differenzial und NRF24L01 Funk. Großflächig gebaut um ein großes Solarpanel aufzunehmen.
https://gitlab.informatik.hs-fulda.de/fdai5253/roboter
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.4 KiB
61 lines
1.4 KiB
{
|
|
"name": "OneWire",
|
|
"description": "Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
|
|
"keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
|
|
"authors": [
|
|
{
|
|
"name": "Paul Stoffregen",
|
|
"email": "paul@pjrc.com",
|
|
"url": "http://www.pjrc.com",
|
|
"maintainer": true
|
|
},
|
|
{
|
|
"name": "Jim Studt"
|
|
},
|
|
{
|
|
"name": "Tom Pollard",
|
|
"email": "pollard@alum.mit.edu"
|
|
},
|
|
{
|
|
"name": "Derek Yerger"
|
|
},
|
|
{
|
|
"name": "Josh Larios"
|
|
},
|
|
{
|
|
"name": "Robin James"
|
|
},
|
|
{
|
|
"name": "Glenn Trewitt"
|
|
},
|
|
{
|
|
"name": "Jason Dangel",
|
|
"email": "dangel.jason AT gmail.com"
|
|
},
|
|
{
|
|
"name": "Guillermo Lovato"
|
|
},
|
|
{
|
|
"name": "Ken Butcher"
|
|
},
|
|
{
|
|
"name": "Mark Tillotson"
|
|
},
|
|
{
|
|
"name": "Bertrik Sikken"
|
|
},
|
|
{
|
|
"name": "Scott Roberts"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/PaulStoffregen/OneWire"
|
|
},
|
|
"version": "2.3.5",
|
|
"homepage": "https://www.pjrc.com/teensy/td_libs_OneWire.html",
|
|
"frameworks": "Arduino",
|
|
"examples": [
|
|
"examples/*/*.pde"
|
|
]
|
|
}
|