Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/omega2-ws2811-lkm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2021-03-24 00:16:35 +0300
committerGitHub <noreply@github.com>2021-03-24 00:16:35 +0300
commit9a6a7fc6e40bb0b86f72eefd8e09814d4a3d157d (patch)
treef9af4c91e0eede1dde6540229cd245d65b5d8074
parent732dfc74b41e9275069cdc08b558fa573ff67c10 (diff)
Update README.md
Engrish fixes
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 75dc101..1540b5d 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# omega2-ws2811-lkm
Linux kernel module for Onion Omega2 to control WS2811/WS2812 LEDs.
-It's using bit banging, so you can use any GPIO pin. Also it supports multiple pins simultaneously and writing it at the same time, so you can connect multiple LED chains to different pins and increase FPS.
+It's using a bit-banging, so you can use any GPIO pin. Also, it supports multiple pins simultaneously and writing them at the same time, so you can connect multiple LED chains to different pins and increase FPS.
## How to load
Put **ws2811.ko** into /lib/modules/*kernel_version*/ directory
@@ -18,8 +18,8 @@ or create /etc/modules.d/ws2811 file and put this string there:
ws2811 pins=11,15,16,17 led_count=300
-to load module automatically at system boot. Don't forget to setup GPIO muxing if need.
+to load the module automatically at the system boot. Don't forget to set up GPIO muxing if need.
## How to use
-If module is loaded successfully **/dev/ws2811** pseudo-file should appear. You can read and write it - three bytes per each RGB LED.
-Syncronization appears after each write operation, so it is desirable to write all bytes at once.
+If the module is loaded successfully **/dev/ws2811** pseudo-file should appear. You can read and write it - three bytes per RGB LED.
+Synchronization appears after each writes operation, so it is desirable to write all bytes at once.