language-arduino icon indicating copy to clipboard operation
language-arduino copied to clipboard

Arduino support in Atom

Results 5 language-arduino issues
Sort by recently updated
recently updated
newest added

I understand that strings and arrays are not primitive data types, however they do fall under the "storage.type" classification.

for , int etc. snippets auto complete is not working

Removes Arduino grammar option and instead injects features into the C++ grammar. The C++ grammar package is already set to recognize the ".ino" file type and has nice snippets that...

Hey There, I've come across an issue when I'm trying to make a long text string. I'm not 100% sure what is going on. I have the following Code: `sDataString...

I think this will do: ```cson 'Switch': 'prefix': 'switch' 'body': """ switch (${1:var}) { case ${2:label}: ${3://statements} break; case ${4:label}: ${5://statements} break; } """ ```