mityeltu 0 Report post Posted July 2, 2015 Has anyone used the API to create their own plugins for sourceboost? I was using the simulator to test a program I am working on that uses timer 3 on an 18f platform and realized nothing was working. I checked the ide manual and found that timers 1, 2 and 3 are not implemented on the 18f series. Well, I can't use timer 0, so I though maybe I would make my own plugin. I've never done this before, so any help anyone out there might have would be greatly appreciated. Does anyone have an example of one they have written so I can have a framework to start with? Thanks. Quote Share this post Link to post Share on other sites
trossin 0 Report post Posted July 27, 2015 (edited) Click the Help menu on the SourceBoost IDE then select Plugin Description for details. I also have some examples I wrote here: https://www.sites.google.com/site/tedrossin/. Go to Electronics then PIC. The plugin examples are at the end of the list in the contents section(current #22). Edited July 27, 2015 by trossin Quote Share this post Link to post Share on other sites