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:
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments