Skip to content

Commit

Permalink
added examples for MAX17043
Browse files Browse the repository at this point in the history
  • Loading branch information
poesel committed Jun 1, 2020
1 parent 8b01442 commit 7a724d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/settings.example.py
Expand Up @@ -482,6 +482,14 @@
'bus': 'i2c:1',
'address': 0x44,
},
{
'id': 'max17043-1',
'description': 'Akkuspannung und -prozent (MAX17043)',
'type': 'MAX17043',
'enabled': False,
'bus': 'i2c:0',
'address': 0x36,
},
],
'buses': [
{
Expand Down
8 changes: 8 additions & 0 deletions src/settings.raspberrypi.py
Expand Up @@ -514,6 +514,14 @@
'bus': 'i2c:1',
'address': 0x44,
},
{
'id': 'max17043-1',
'description': 'Akkuspannung und -prozent (MAX17043)',
'type': 'MAX17043',
'enabled': False,
'bus': 'i2c:0',
'address': 0x36,
},
],
'buses': [
{
Expand Down

0 comments on commit 7a724d7

Please sign in to comment.