Skip to content

Commit 91dfc67

Browse files
authored
Merge branch 'jgarff:master' into main
2 parents 49086d3 + 7fc0bf8 commit 91dfc67

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Language-specific bindings for rpi_ws281x are available in:
1717
* Java - https://github.com/rpi-ws281x/rpi-ws281x-java
1818
* CSharp - https://github.com/rpi-ws281x/rpi-ws281x-csharp
1919
* Go - https://github.com/rpi-ws281x/rpi-ws281x-go
20+
* Swift - https://github.com/kbongort/rpi-ws281x-swift
2021

2122
### Background:
2223

rpihw.c

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,13 @@ static const rpi_hw_t rpi_hw_info[] = {
515515
.videocore_base = VIDEOCORE_BASE_RPI2,
516516
.desc = "Pi 3 B",
517517
},
518+
{
519+
.hwver = 0xa52082,
520+
.type = RPI_HWVER_TYPE_PI2,
521+
.periph_base = PERIPH_BASE_RPI2,
522+
.videocore_base = VIDEOCORE_BASE_RPI2,
523+
.desc = "Pi 3 B",
524+
},
518525
{
519526
.hwver = 0xa02082,
520527
.type = RPI_HWVER_TYPE_PI2,
@@ -549,6 +556,13 @@ static const rpi_hw_t rpi_hw_info[] = {
549556
.periph_base = PERIPH_BASE_RPI2,
550557
.videocore_base = VIDEOCORE_BASE_RPI2,
551558
.desc = "Model 3 A+",
559+
},
560+
{
561+
.hwver = 0x9020e1,
562+
.type = RPI_HWVER_TYPE_PI2,
563+
.periph_base = PERIPH_BASE_RPI2,
564+
.videocore_base = VIDEOCORE_BASE_RPI2,
565+
.desc = "Model 3 A+",
552566
}
553567
};
554568

0 commit comments

Comments
 (0)