ForthHub / discussion

Discussion repository for Forth enthusiasts.
118 stars 4 forks source link

Gforth interface for wiringPi #22

Open kristopherjohnson opened 8 years ago

kristopherjohnson commented 8 years ago

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

larsbrinkhoff commented 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!

kristopherjohnson commented 8 years ago

I added the .gitattributes file. Thanks!