SPI Software Manual - where is it?

Hi Forum

Where do I find the full manual for the Arduino SPI Library?

Should have been easy to find?, but I spent an hour last night looking, and following links to no avail. I have the link for the overview SPI - Arduino Reference it is a brief overview, but does not cover everything

And I reviewed Arduino Playground - Spi

Its maybe that I am still learning the Arduiono code, but the syntax seems to vary from these two entries?

As part of my learning cycle, I am trying to discover all facets of operation with SPI implementation, so I do not have a specific question about operation to ask.

I was reviewing the release 22 notice, and I recall it mentioning there was no native SPI support with Arduino, so reference the Atmgae328 spec sheet (I am using the Uno).

Thank you in advance for your help.

Bill

Hello

I still have not found a manual, with further searches tonight.

I may be a little closer, found the Wiring website SPI \ Language (API) \ Wiring

Syntax looks to be the same for the Arduino library. Found the Interrupt format.

My question, how does Wiring version 27+ relate to Arduino releease 22 ?

For the description of using Interrupts, found information in the ATMEGA328 Specs under SPI.

Regards Bill