What I figured by myself and what actually helps is when asking AI to write picbasic pro code, if you specify write code for "PicBasic Pro 3", not only "PicBasic Pro", it will make far less errors in...
I need to play music, standard musical notation.
For FREQOUT you can specify frequencies and they do work.
For SOUND you can not specify frequency, so can't use standard musical notations.
I'm...
if your mssp port differs from the example demo then you must ensure all mssp register references in the SSD1306.pbpmod include are edited to match your hardware.
I was trying to do something like the image attached where it's used one of the small SSD1306 displays.
Is there a workaround to do something like this?
The ssd1306 has no support for setting individual pixels because the smallest write sets 8 pixels as a minimum and the i2c versions have no method to read back displayed data.
so my small footprint...
Published on - 27th May 2010 02:01
Number of Views: 19688
This is an effort to help users understand how the I2C command works by comparing it with SHIFTIN/SHIFTOUT. A serial EEPROM, 24FC1025 will be used in the example.
Re: Has anyone tried AI with PICBASIC
What I figured by myself and what actually helps is when asking AI to write picbasic pro code, if you specify write code for "PicBasic Pro 3", not only "PicBasic Pro", it will make far less errors in...
CuriousOne Today, 10:07