Close

Codes for simulation and Mickey Board are merged

A project log for : BACK Be A Compilable Keyboard ;

Forth language and environment for Mickey Board, a custom BLE keyboard PCBA based on nRF51822.

thumb2Thumb2 09/18/2017 at 14:150 Comments

Codes for simulation and Mickey Board are merged into one repo: https://github.com/thumb2/back

The C code on Mickey Board is event based, and blocking is not allowed. Therefore, the forth code is organized into a thread which is never blocked. 

The simulation code can output something via UART (Keil's uart window). And the Mickey Board code is still under development.

Discussions