Thanks for the input, it got me going in the right direction. I really need to be a bit more thorough when learning. Cheers!
Hello, I have just started another project and I need a bit of help. This time I need to generate square waves at a few frequencies (1 Hz and 100 Hz to name a few). A button will be used to change between the frequencies. The hardware is very simple, just an ATTiny2313 MCU with an 8 MHz external crystal (with 2 x 22pF caps on its legs) and a led connected via a 1K resistor to pin 9 of the chip. Software wise, I thought of using 16-bit Timer1 and generate the pulses via software. First, I tried to...
Sweet, keep it up :).
There's no problem with the way GCBasic works. The only issue I had is that with...
Indeed, I had used 1 MHz, since it was the default speed,b utit can be changed to...
Indeed, I had it set to 1 MHz, since it was the default one. It can be changed to...
Thanks for the input. I have looked inside a-d.h and it seems like the ReadAD functions...
Hi, new user here. First up, thank you for GCBasic, it's a great software to work...