My favorites | Sign in
Project Home Downloads Wiki Issues
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <WProgram.h>

int main(void)
{
init();

setup();

for (;;)
loop();

return 0;
}

Change log

r959 by dmellis on May 9, 2010   Diff
Moving the processing-6406-sync branch
into trunk.
Go to: 
Sign in to write a code review

Older revisions

r947 by dmellis on Apr 4, 2010   Diff
Branching to sync with Processing 6406
(1.1 - 0179).
r804 by dmellis on Dec 18, 2009   Diff
Merging third-party hardware branch:
svn merge -r 795:802 https://arduino.g
ooglecode.com/svn/branches/third-
party-hardware .
r801 by dmellis on Nov 21, 2009   Diff
Improving third-party hardware
support:
- moving back to multple cores per
platform
- using target instead of platform
...
All revisions of this file

File info

Size: 108 bytes, 14 lines

File properties

svn:executable
*
Powered by Google Project Hosting