amforth/avr8/lib/hardware/spi.frt
Peter
> On 4 Jun 2019, at 17:29, Jan Kromhout via Amforth-devel
> wrote:
>
> Hello,
>
> I need to read and write to the SPI interface (bus) on the arduino. (pin
> 10,11,12,13)
> Wich words are the best to use?
>
> Thanks for any help.
> Cheers,
>
> Jan
>
Hi,
> I need to read and write to the SPI interface (bus) on the arduino.
> (pin 10,11,12,13)
> Wich words are the best to use?
The ones desccribed in the SPI recipe are the best current
practice.
http://amforth.sourceforge.net/TG/recipes/SPI.html
The arduino hello world recipe shall give some