Remove GPS I2C
This commit is contained in:
parent
952296010f
commit
02bb47a524
5 changed files with 0 additions and 67 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"displayName": "Adafruit Mini GPS",
|
||||
"published": true,
|
||||
"vendor": "Adafruit",
|
||||
"productURL": "https://www.adafruit.com/product/4415",
|
||||
"documentationURL": "https://learn.adafruit.com/adafruit-mini-gps-pa1010d-module",
|
||||
"description": "Adafruit Mini GPS PA1010D",
|
||||
"i2cAddresses": [ "0x10" ]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 84 KiB |
|
|
@ -1,49 +0,0 @@
|
|||
{
|
||||
"title": "I2C GPS Component Definition",
|
||||
"description": "I2C GPS component for use in Adafruit IO",
|
||||
"type": "object",
|
||||
"required": [ "displayName", "vendor", "outputType", "i2cAddresses"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"displayName": {
|
||||
"description": "The human-friendly name of this component.",
|
||||
"type": "string",
|
||||
"minLength": 3,
|
||||
"maxLength": 24
|
||||
},
|
||||
"published": {
|
||||
"description": "If True, this component is supported by the current firmware version and will be displayed to all users. Otherwise, it is hidden behind a developer toggle so that contributors can still work on it against the production site.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"description": {
|
||||
"description": "A brief description describing this component's capabilities.",
|
||||
"type": "string",
|
||||
"minLength": 3,
|
||||
"maxLength": 255
|
||||
},
|
||||
"productURL": {
|
||||
"description": "Link to this component's homepage.",
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"documentationURL": {
|
||||
"description": "Link to this component's documentation.",
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"vendor": {
|
||||
"description": "Name of the company that makes this component.",
|
||||
"type": "string",
|
||||
"minLength": 3,
|
||||
"maxLength": 24
|
||||
},
|
||||
"i2cAddresses": {
|
||||
"description": "List of supported I2C addresses for this component.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"pattern": "^0x[0-9A-Fa-f]{2}$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"displayName": "GNSS Receiver - MAX-M10S",
|
||||
"published": true,
|
||||
"vendor": "Sparkfun",
|
||||
"productURL": "https://www.sparkfun.com/sparkfun-gnss-receiver-breakout-max-m10s-qwiic.html",
|
||||
"documentationURL": "https://learn.sparkfun.com/tutorials/gnss-receiver-breakout---max-m10s-qwiic-hookup-guide",
|
||||
"description": "GNSS Receiver Breakout - MAX-M10S",
|
||||
"i2cAddresses": [ "0x42" ]
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB |
Loading…
Reference in a new issue