krishnax12/rs485-breakout

The code models a SparkFun RS-485 transceiver breakout hardware with connected microchip, connectors, resistors, LEDs, capacitors, and mounting holes for serial communication interfacing.

Version
0.1.0
License
CC-BY-SA-4.0
Stars
1

dist/index.d.ts

import * as react from 'react';

/**
 * SparkFun Transceiver RS-485 Breakout (BOB-10124)
 *
 * Source: https://github.com/sparkfun/RS-485_Breakout
 * Pinned source commit: 08f1d60e6739cf89f001febbcf19147ea7988cf7
 * License: CC BY-SA 4.0
 */
declare const SparkFunRs485Breakout: () => any;

export { SparkFunRs485Breakout, SparkFunRs485Breakout as default };