Skip to content

Commit

Permalink
Add support for Syncrobit Neopixel LED strip
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed May 9, 2023
1 parent 9a39370 commit 6f4a7a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hm_pyhelper/hardware_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,15 @@ def is_raspberry_pi() -> bool:
'ONBOARDING_KEY_URI': ['ecc://i2c-1:96?slot=0', 'ecc://i2c-1:88?slot=15'],
'RESET': 17,
'MAC': 'wlan0',
'STATUS': 22,
'BUTTON': 27,
'STATUS_NEOPIXEL': {
'LED_COUNT': 6,
'PIN': 18,
'DMA': 10,
'CHANNEL': 0,
'ACTIVE_HIGH': True,
},
'STATUS': None,
'ECCOB': True,
'TYPE': 'Full',
'CELLULAR': False,
Expand Down

0 comments on commit 6f4a7a3

Please sign in to comment.