ADC

begin()

Description

Initiates the ADC library operation and it must be called once in the void setup()

Syntax

Analog.begin(SCK,MOSI,MISO,CHIPSELECT)

Parameters

the number of pins to be selected for SPI hardware in AVR8 SCK,MOSI,MISO and Chip select,they are all of the type (byte)

Returns

none

  

Share |