32 Commits

Author SHA1 Message Date
PaulStoffregen
54c4315c84 Update readme with SCLK overshoot info 2023-04-06 16:19:08 -07:00
Paul Stoffregen
73fa88476a
Merge pull request #20 from h4yn0nnym0u5e/warningfix/TD158
Fix warnings raised by gcc toolchain 11.3.1
2022-09-21 10:58:42 -07:00
Jonathan Oakley
82119a9138 Fix warnings raised by gcc toolchain 11.3.1 2022-09-21 16:30:33 +01:00
PaulStoffregen
ac4572cf57 Bump version to 0.16 0.16 2022-07-17 01:52:39 -07:00
PaulStoffregen
9b05d6a59a Update comments in Teensy_IMXRT.h 2022-02-25 07:41:36 -08:00
PaulStoffregen
e82dba6210 Add support for Teensy 4 2022-02-25 07:27:48 -08:00
PaulStoffregen
0c19010948 Rename examples to ino extension 2022-02-24 11:53:19 -08:00
Paul Stoffregen
597222e69d
Merge pull request #5 from aphelps/numtlcs
Allow NUM_TLCS to be specified with compile flags
2021-11-16 12:23:04 -08:00
Paul Stoffregen
092accd965
Merge pull request #13 from per1234/keywords-separator
Remove leading space from keywords.txt identifier tokens
2018-07-16 03:19:36 -07:00
per1234
8ae3cacb96
Remove leading space from keywords.txt identifier tokens
Each field of keywords.txt is separated by a single true tab. Leading spaces on a keyword identifier causes it to not be recognized by the Arduino IDE. On Arduino IDE 1.6.5 and newer an unrecognized keyword identifier causes the default editor.function.style highlighting to be used (as with KEYWORD2, KEYWORD3, LITERAL2).

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-07-16 03:14:20 -07:00
PaulStoffregen
8285f02be0 Add issue template 2018-03-15 16:12:16 -07:00
PaulStoffregen
5820d022f3 Fix compile warning 2017-09-05 01:50:12 -07:00
PaulStoffregen
db6fca9763 Fix PROGMEM errors and warnings 2017-09-04 07:48:00 -07:00
Paul Stoffregen
839dbf0a21 Merge pull request #12 from per1234/keywords-separator
Use correct separator in keywords.txt
2017-09-02 10:51:37 -07:00
per1234
d2ee445d33 Use correct separator in keywords.txt
The Arduino IDE requires the use of a tab separator between the name and identifier. Without this tab the keyword is not highlighted.

Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2017-09-02 09:01:06 -07:00
Paul Stoffregen
d701874e94 Merge pull request #10 from Jeff-Haas/master
Fixes for issue #9
2017-04-14 15:01:39 -07:00
Jeff-Haas
53fa214547 Updates for current Arduino IDE
Fixes bugs with AVR PROGMEM changes, introduced when Arduino IDE went to
1.6.x.  See details at:
https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes
2017-04-13 23:21:34 -07:00
Jeff-Haas
181ae1de8f Revert "Revert "Updates for current Arduino IDE""
This reverts commit 66fc2402e4d71688b5fe745fe7813b88385f0aec.
2017-04-13 23:15:50 -07:00
Jeff-Haas
66fc2402e4 Revert "Updates for current Arduino IDE"
This reverts commit 89d8a53ddfefc7c03c7391c2947466021437bfcb.
2017-04-13 23:15:30 -07:00
Jeff-Haas
89d8a53ddf Updates for current Arduino IDE
Fixes bugs with AVR PROGMEM changes in Arduino IDE 1.6 or later.  Tested
with Arduino 1.8.2 and Sparkfun TLC5940 breakout.  Details at
https://github.com/arduino/Arduino/wiki/1.6-Frequently-Asked-Questions#errors-related-to-avr-progmem-changes
2017-04-13 23:01:06 -07:00
PaulStoffregen
87051f1118 Also support Teensy 3.5 2016-12-12 06:26:15 -08:00
Paul Stoffregen
3fa2a6d848 Merge pull request #8 from patrick-radius/master
Add constant for Teensy 3.6
2016-12-12 06:23:32 -08:00
patrick-radius
22ac6f5f6f Add constant for Teensy 3.6 2016-12-12 10:11:29 +01:00
Adam Phelps
93235a0b7f Allow NUM_TLCS to be specified with compile flags 2016-08-23 09:13:19 -07:00
PaulStoffregen
fc38a581b2 Fix library.properties 0.15 2015-03-26 18:36:41 -07:00
PaulStoffregen
d837b8a37b Add library.properties r015 2015-03-26 09:09:38 -07:00
PaulStoffregen
bf40637fa7 Initial effort at porting tlc_servos.h (compiles but fails to run) 2014-06-08 16:46:04 -07:00
PaulStoffregen
044b716102 Fix for bitbang I/O at higher clock speeds 2014-06-08 15:34:11 -07:00
PaulStoffregen
03bdbd60bb Teensy 3.1 port, BLANK & XLAT working 2014-06-08 13:04:31 -07:00
PaulStoffregen
8e4273385f Teensy 3.1 port, GSCLK working 2014-06-08 10:45:26 -07:00
PaulStoffregen
ba10c7c572 Begin Teensy 3.1 port 2014-06-07 18:47:44 -07:00
PaulStoffregen
d765d114e0 Import Tlc5940 version r014_2 2014-06-07 06:33:39 -07:00