Skip to content

Commit

Permalink
Merge pull request #65 from sberkovitz/master
Browse files Browse the repository at this point in the history
Smartfan v6 and Bookworm OS Support
  • Loading branch information
rstrouse authored Jun 1, 2024
2 parents 07b221e + 4f95365 commit 7ed8b65
Show file tree
Hide file tree
Showing 5 changed files with 1,959 additions and 4 deletions.
3 changes: 2 additions & 1 deletion boards/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export class valueMaps {
public controllerTypes: valueMap = new valueMap([
[1, { name: 'raspi', desc: 'Raspberry Pi', pinouts:'raspi.json', spi0:true, spi1:true, i2c:true }],
[2, { name: 'opi', desc: 'Orange Pi', pinouts:'orangepi.json', spi0: true, spi1:true, i2c:true }],
[3, { name: 'beagle', desc: 'Beagle Bone Black', pinouts: 'beaglebone.json', spi0: true, spi1: false, i2c: true }]
[3, { name: 'beagle', desc: 'Beagle Bone Black', pinouts: 'beaglebone.json', spi0: true, spi1: false, i2c: true }],
[4, { name: 'raspi-4b-bookworm', desc: 'Raspberry Pi 4B Bookworm OS', pinouts:'raspi-4b-bookworm.json', spi0:true, spi1:true, i2c:true }],
]);
public pinDirections: valueMap = new valueMap([
[0, { name: 'input', desc: 'Input', gpio:'in' }],
Expand Down
Loading

0 comments on commit 7ed8b65

Please sign in to comment.