Let’s make LED pendant by Forth language! / シンプルの極み「Forth」言語で作ろうLチカ ペンダント!

IchigoJam機で動くForth環境「IchigoLatte Forth 0.2.0」完成。

I made “IchigoLatte Forth 0.2.0” for IchigoJam machine.

BEGIN
BTN LED
REPEAT

ボタンを押している時だけLEDが光るForthプログラムはこんな感じ、簡単!

This is a program to turn LED on by BTN, how easy!

BEGIN
1 LED 1000 SLEEP
0 LED 1000 SLEEP
REPEAT

これがLチカ、わかりやすっ!

And this is LED blinking, so easy!

ファームウェアのダウンロードはこちらから。Forth、いいかも!

You can download the firmware from here. AWESOME Forth!









.

Leave a comment