discussion icon indicating copy to clipboard operation
discussion copied to clipboard

Gforth interface for wiringPi

Open kristopherjohnson opened this issue 9 years ago • 2 comments

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

kristopherjohnson avatar Jan 24 '16 14:01 kristopherjohnson

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!

larsbrinkhoff avatar Jan 26 '16 11:01 larsbrinkhoff

I added the .gitattributes file. Thanks!

kristopherjohnson avatar Jan 28 '16 05:01 kristopherjohnson