File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Language-specific bindings for rpi_ws281x are available in:
17
17
* Java - https://github.com/rpi-ws281x/rpi-ws281x-java
18
18
* CSharp - https://github.com/rpi-ws281x/rpi-ws281x-csharp
19
19
* Go - https://github.com/rpi-ws281x/rpi-ws281x-go
20
+ * Swift - https://github.com/kbongort/rpi-ws281x-swift
20
21
21
22
### Background:
22
23
Original file line number Diff line number Diff line change @@ -515,6 +515,13 @@ static const rpi_hw_t rpi_hw_info[] = {
515
515
.videocore_base = VIDEOCORE_BASE_RPI2 ,
516
516
.desc = "Pi 3 B" ,
517
517
},
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
+ },
518
525
{
519
526
.hwver = 0xa02082 ,
520
527
.type = RPI_HWVER_TYPE_PI2 ,
@@ -549,6 +556,13 @@ static const rpi_hw_t rpi_hw_info[] = {
549
556
.periph_base = PERIPH_BASE_RPI2 ,
550
557
.videocore_base = VIDEOCORE_BASE_RPI2 ,
551
558
.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+" ,
552
566
}
553
567
};
554
568
You can’t perform that action at this time.
0 commit comments