/* HEREPIC - AVR based ICSP programmer for 16F6xx and 16F8xx chips * Copyright 2012, Adrien Destugues * * This file is distributed under the terms of the MIT licence */ int main(int argc, char** argv) { // TODO parse CLI args // TODO take action depending on command request in CLI // TODO handle the boring usb stuff... (might be nice to abstract it so we // can use both libusb and haiku usb kit) }