Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

wrong key #74

Closed grawish closed 6 years ago

grawish commented 6 years ago

Short introduction to your problem.

Input code:

REM The code your entered in the input text area

Output code:

/* The code outputted by the script, 'none' otherwise */

Error:

/* Any error outputted by the page or the console, 'none' otherwise */

please change KEY_LEFT_ESC to KEY_ESC as the esc key is assigned as KEY_ESC in Arduino library thank you regards Grawish

lowlevl commented 6 years ago

Duplicate of #57

lowlevl commented 6 years ago

57 is a duplicate of #20 by the way ^^