Skip to content

Instantly share code, notes, and snippets.

View Zensey's full-sized avatar
🎯

Anton Litvinov Zensey

🎯
View GitHub Profile
@Zensey
Zensey / ch340.c
Created January 14, 2016 11:03 — forked from z4yx/ch340.c
//libusb+ch340 data transfer demo
//gcc usb.c `pkg-config libusb-1.0 --libs --cflags` -o usb
#include <errno.h>
#include <signal.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <sys/select.h>