Skip to content

Instantly share code, notes, and snippets.

View danimaciasperea's full-sized avatar

Daniel Macías danimaciasperea

View GitHub Profile
@don
don / gen_keywords.pl
Last active May 7, 2018 14:25
@bjepson keyword.txt generation script for Arduino libraries
#!/usr/bin/perl -w
# Run this from the Arduino library directory to generate keywords.txt
# Optionally pass the name of the library as the first argument
# $ gen_keywords.pl Foo > keywords.txt
use strict;
my $in_public = 0;