Open kristopherjohnson opened 8 years ago
Nice!
Your repository is not classified as Forth
by GitHub, because wiringPi.fs
doesn't contain any colon definitions. You may want to add a file called .gitattributes
with the contents
*.fs linguist-language=Forth
Thanks!
I added the .gitattributes
file. Thanks!
I've created a Gforth interface for the wiringPi library. This makes it possible to write Forth programs that use the GPIO pins on the Raspberry Pi.
Anyone interested, see https://github.com/kristopherjohnson/wiringPi_gforth