diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad56f2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +### macOS ### +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk \ No newline at end of file diff --git a/components/i2c/TSL2591/animation.gif b/components/i2c/TSL2591/animation.gif new file mode 100644 index 0000000..87c131c Binary files /dev/null and b/components/i2c/TSL2591/animation.gif differ diff --git a/components/i2c/TSL2591/definition.json b/components/i2c/TSL2591/definition.json new file mode 100644 index 0000000..ff166fd --- /dev/null +++ b/components/i2c/TSL2591/definition.json @@ -0,0 +1,11 @@ +{ + "displayName": "TSL2591", + "i2cAddresses": [ "0x29", "0x39", "0x49" ], + "subcomponents": [ + { + "displayName": "Light Sensor", + "sensorType": "light", + "defaultPeriod": 900 + } + ] +} \ No newline at end of file diff --git a/components/i2c/TSL2591/image.jpg b/components/i2c/TSL2591/image.jpg new file mode 100644 index 0000000..05f29d5 Binary files /dev/null and b/components/i2c/TSL2591/image.jpg differ