ADT7320 SPI High Resolution MBED Library

Dependents:   GRPEACH_SHM_FINAL

Embed: (wiki syntax)

« Back to documentation index

ADT7320_SPI Class Reference

ADT7320_SPI Class Reference

Includes. More...

#include <ADT7320_SPI.h>

Public Member Functions

 ADT7320_SPI (PinName mosi, PinName miso, PinName sclk, PinName cs)
 Constructor.

Detailed Description

Includes.

Definition at line 10 of file ADT7320_SPI.h.


Constructor & Destructor Documentation

ADT7320_SPI ( PinName  mosi,
PinName  miso,
PinName  sclk,
PinName  cs 
)

Constructor.

Parameters:
mosimbed pin to use for SDA line of I2C interface.
sckmbed pin to use for SCL line of I2C interface.

Definition at line 5 of file ADT7320_SPI.cpp.