No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- name=SPI
- version=1.0
- author=Arduino
- maintainer=Paul Stoffregen
- sentence=Enables the communication with devices that use the Serial Peripheral Interface (SPI) Bus.
- paragraph=SPI is a synchronous serial data protocol used by microcontrollers for communicating with one or more peripheral devices quickly over short distances. It uses three lines common to all devices (MISO, MOSI and SCK) and one specific for each device.
- category=Communication
- url=http://www.arduino.cc/en/Reference/SPI
- architectures=*
|