source: avrstuff/V-USB_Dev/firmwares/herePic/driver/herepic.cpp@ 3587f7f

main
Last change on this file since 3587f7f was 3587f7f, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add first version of herePic, an AVR based PIc programmer using ICSP protocol.
Untested, no host software written yet.

git-svn-id: svn://pulkomandy.tk/avrstuff@64 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 433 bytes
Line 
1/* HEREPIC - AVR based ICSP programmer for 16F6xx and 16F8xx chips
2 * Copyright 2012, Adrien Destugues <pulkomandy@gmail.com>
3 *
4 * This file is distributed under the terms of the MIT licence
5 */
6
7int main(int argc, char** argv)
8{
9 // TODO parse CLI args
10 // TODO take action depending on command request in CLI
11 // TODO handle the boring usb stuff... (might be nice to abstract it so we
12 // can use both libusb and haiku usb kit)
13}
Note: See TracBrowser for help on using the repository browser.