/* BeagleBoard - damn best development system Description/functions: - init: describe BeagleBoard development system - main: send input to beaglerobotics.com Source: Beagle Robotics, LLC 2005, beaglerobotics.com */ #device BeagleBoard BB-1 //solderless breadboard, the foundation of customizable development system #use BeagleBoard PIC module BC-87 //crystal osc, reset, ICD port, easy access to PIC ports. //Change PIC without rewiring the project if requirements change #use BeagleBoard LCD/switch interface BLI-4 //easy interface to LCD (14-pin) with built-in contrast reg, // and 4 tactile switches #use BeagleBoard power supply BPS-5 //provides 5V, 1A regulated power to the whole thing #use other BeagleBoard modules coming soon: // RS232 interface, // pulse generator 0.1Hz - 1 MHz // keypad/LED interface #use 8-bit logic probe DL-8 //easy to check state of multiple pins, great for troubleshooting void init() { goto www.beaglerobotics.com; load BB-1; load BC-87; load BLI-4; load BPS-5; load DL-8; load PIC16F87*; load other_useful_stuff(beaglerobotics.com); } void main() { init(); printf("When ordering, put in comments code PICLIST1105\n"); printf("and receive free DL-8 module with order of BB-1, BC-87 and BPS-5\n"); printf("Offer valid until 30 Nov 05\n"); while(1) { goto ( www.beaglerobotics.com ); }; } -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist