Skip to content

Instantly share code, notes, and snippets.

@quadcodes
quadcodes / CH376S_UART_One.ino
Created February 21, 2017 17:02 — forked from K-ways/CH376S_UART_One.ino
CH376S USB Chip with UART Communication.
// This is the clear code for CH376S UART communication.
#include <SoftwareSerial.h>
byte USB_Byte; //used to store data coming from the USB stick
int LED = 13; //the LED is connected to digital pin 13
int timeOut = 2000; //TimeOut is 2 seconds. This is the amount of time you wish to wait for a response from the CH376S module.
SoftwareSerial USB(10, 11); // Digital pin 10 on Arduino (RX) connects to TXD on the CH376S module
// Digital pin 11 on Arduino (TX) connects to RXD on the CH376S module
@quadcodes
quadcodes / gist:5811977
Created June 19, 2013 05:57
Created By mqApp : Updated
We couldn’t find that file to show.
@quadcodes
quadcodes / sample.css
Created December 16, 2012 19:25
Created By mqApp : Updated
uyiryy
@quadcodes
quadcodes / sample.css
Created December 14, 2012 20:38
Created By mqApp : Updated
uyiryy
@quadcodes
quadcodes / dabblet.css
Created December 9, 2012 11:29
Untitled
ust updating
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;