add TSL2591, gitignore

This commit is contained in:
brentru 2022-03-15 16:10:28 -04:00
parent e0e35a8224
commit 8f29681b10
4 changed files with 39 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 KiB

View file

@ -0,0 +1,11 @@
{
"displayName": "TSL2591",
"i2cAddresses": [ "0x29", "0x39", "0x49" ],
"subcomponents": [
{
"displayName": "Light Sensor",
"sensorType": "light",
"defaultPeriod": 900
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB