I have been making some great strides with the arduino-cli program but I have a simple request, hopefully there will be a simple answer.
I am wanting to be able to access the built in examples that are part of the IDE's. Such as the blink example, blink without delay, ascii over serial, etc....
I tried arduino-cli lib example but this just shows me examples for currently installed libraries which are related to the megaavr core. Or maybe I am missing something here?
.........
In other news I found a post detailing how to use putty for a serial monitor and based off a script that user provided I was able to create a simple suite of command line script tools to make command line life easier.
I can also call these from within vim using the :!command I have tested them all and they work without error. SO happy about that, now I can get into using vim as my primary editor and manually compile and upload my sketches. Also having a serial monitor is a huge win.
When I get everything squared away I will write up a post detailing everything so others don't have to fight there way through everything and can just get onto coding.
Thanks Again,
Robert