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

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-02-08 08:34:40 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-02-08 08:34:40 +0300
commitad4b7891b28c6bc270f2a03bbd430abeadc555b4 (patch)
tree7b482846497afd252fb978a8d38e96204293d598 /PORTING.md
parent77d387a63537efb05e24fb67f475ee04e6e07c8a (diff)
Work on getting the clockless code into a better state for the teensy-lc
Diffstat (limited to 'PORTING.md')
-rw-r--r--PORTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/PORTING.md b/PORTING.md
index 93a3a438..38790c93 100644
--- a/PORTING.md
+++ b/PORTING.md
@@ -23,3 +23,7 @@ Explaining how the macros work and should be used is currently beyond the scope
== Porting fastspi.h ==
This is where you define the low level interface to the hardware SPI system (including a writePixels method that does a bunch of housekeeping for writing led data). Use the fastspi_nop.h file as a reference for the methods that need to be implemented. There are ofteh other useful methods that can help with the internals of the SPI code, I recommend taking a look at how the various platforms implement their SPI classes.
+
+== Porting clockless.h ==
+
+This is where you define the code for the clockless controllers. Across ARM platforms this will usually be fairly similar - though different arm platforms will have different clock sources that you can/should use.