arduino-esp8266fs-plugin icon indicating copy to clipboard operation
arduino-esp8266fs-plugin copied to clipboard

How can I make an Arduino plugin like this?

Open MCUdude opened this issue 9 years ago • 2 comments

Does there exist any tutorials on how to make IDE java plugins like this? I've tried some Google-fu, but haven't come up with anything. Thanks!

MCUdude avatar Jun 25 '16 21:06 MCUdude

to be honest there really isn't much info. This and the exception decoder are the only plugins I know of. In the IDE folder, where the hardware folder is, there is "tools" folder with one text file and a folder called "Mangler". Read the file and check the folder :) You can use our plugins for reference as well.

me-no-dev avatar Jun 26 '16 22:06 me-no-dev

Would you be so kind and write small cookbook how to write Arduino plugins?

michalelektryk avatar Jan 25 '18 11:01 michalelektryk