HomeSort by relevance Sort by last modified time
    Searched refs:SM130 (Results 1 - 5 of 5) sorted by null

  /hardware/bsp/intel/peripheral/libupm/examples/c++/
sm130.cxx 30 #include "sm130.h"
39 // Instantiate a UART based SM130 RFID Module using defaults
40 upm::SM130* sensor = new upm::SM130();
  /hardware/bsp/intel/peripheral/libupm/src/sm130/
sm130.cxx 27 #include "sm130.h"
32 // Uncomment the below to see packaet data sent and received from the SM130
39 SM130::SM130(int uart, int reset) :
52 SM130::~SM130()
56 mraa::Result SM130::setBaudRate(int baud)
62 string SM130::sendCommand(CMD_T cmd, string data)
164 string SM130::getFirmwareVersion()
181 bool SM130::reset(
    [all...]
sm130.h 48 * @brief SM130 RFID Reader Module library
49 * @defgroup sm130 libupm-sm130
54 * @library sm130
55 * @sensor sm130
56 * @comname SM130 RFID Reader
62 * @brief API for the SM130 RFID Reader Module
64 * This module defines the SM130 interface for the sm130 RFID library
66 * This module was developed using an SM130 and a Sparkfun RFI
    [all...]
  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
sm130.js 31 // Instantiate a UART based SM130 RFID Module using defaults
32 var sensor = new sensorObj.SM130();
  /hardware/bsp/intel/peripheral/libupm/examples/python/
sm130.py 27 # Instantiate a UART based SM130 RFID Module using defaults
28 sensor = sensorObj.SM130()

Completed in 518 milliseconds