initial commit
This commit is contained in:
		
						commit
						617bdc2d29
					
				
					 281 changed files with 5698 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/HardwareSerial.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/HardwareSerial.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/Print.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/Print.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/WInterrupts.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/WInterrupts.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/WMath.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/WMath.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/core.a
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/core.a
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/pins_arduino.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/pins_arduino.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										47
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										47
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,47 @@
 | 
			
		|||
#include "WProgram.h"
 | 
			
		||||
void setup();
 | 
			
		||||
void loop();
 | 
			
		||||
int ledPin = 11;
 | 
			
		||||
int foo = 0;
 | 
			
		||||
int dir = 1;
 | 
			
		||||
int fnord = 0;
 | 
			
		||||
 | 
			
		||||
int loga[32] = {0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11,
 | 
			
		||||
                13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76,
 | 
			
		||||
                91, 108, 128, 152, 181, 215, 255};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void setup() {
 | 
			
		||||
  pinMode(ledPin, OUTPUT);
 | 
			
		||||
  pinMode(7, INPUT);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void loop() {
 | 
			
		||||
  analogWrite(ledPin, loga[foo]);
 | 
			
		||||
  fnord = digitalRead(7);
 | 
			
		||||
  delay(100);
 | 
			
		||||
 | 
			
		||||
  if (fnord) {
 | 
			
		||||
    foo += dir;
 | 
			
		||||
  }
 | 
			
		||||
  if (foo >= 31) {
 | 
			
		||||
    dir = -1;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  if (foo <= 0) {
 | 
			
		||||
    dir = +1;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int main(void)
 | 
			
		||||
{
 | 
			
		||||
	init();
 | 
			
		||||
 | 
			
		||||
	setup();
 | 
			
		||||
    
 | 
			
		||||
	for (;;)
 | 
			
		||||
		loop();
 | 
			
		||||
        
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.eep
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.eep
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
:00000001FF
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.elf
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.elf
									
										
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										90
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.hex
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										90
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.hex
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,90 @@
 | 
			
		|||
:100000000C9461000C947E000C947E000C947E0095
 | 
			
		||||
:100010000C947E000C947E000C947E000C947E0068
 | 
			
		||||
:100020000C947E000C947E000C947E000C947E0058
 | 
			
		||||
:100030000C947E000C947E000C947E000C947E0048
 | 
			
		||||
:100040000C94EC010C947E000C947E000C947E00C9
 | 
			
		||||
:100050000C947E000C947E000C947E000C947E0028
 | 
			
		||||
:100060000C947E000C947E00000000002400270009
 | 
			
		||||
:100070002A0000000000250028002B0000000000DE
 | 
			
		||||
:1000800023002600290004040404040404040202DA
 | 
			
		||||
:100090000202020203030303030301020408102007
 | 
			
		||||
:1000A0004080010204081020010204081020000012
 | 
			
		||||
:1000B0000007000201000003040600000000000029
 | 
			
		||||
:1000C000000011241FBECFEFD4E0DEBFCDBF11E092
 | 
			
		||||
:1000D000A0E0B1E0E4E3F5E002C005900D92A434A5
 | 
			
		||||
:1000E000B107D9F711E0A4E4B1E001C01D92A13538
 | 
			
		||||
:1000F000B107E1F70E94D0000C9498020C94000024
 | 
			
		||||
:10010000E0914401F0914501EE0FFF1FEC5FFE4FBF
 | 
			
		||||
:1001100060817181809100010E94930187E00E94BB
 | 
			
		||||
:100120004401909347018093460164E670E080E0CB
 | 
			
		||||
:1001300090E00E9434028091460190914701892B02
 | 
			
		||||
:1001400071F080914401909145012091020130911C
 | 
			
		||||
:100150000301820F931F90934501809344012091E6
 | 
			
		||||
:100160004401309145012F31310534F08FEF9FEF7D
 | 
			
		||||
:1001700090930301809302011216130634F081E07C
 | 
			
		||||
:1001800090E0909303018093020108958091000113
 | 
			
		||||
:1001900061E00E94D70087E060E00E94D7000895E8
 | 
			
		||||
:1001A0000E945E020E94C6000E948000FDCF282FA0
 | 
			
		||||
:1001B00030E0C90186569F4FFC0194912A573F4F6A
 | 
			
		||||
:1001C000F9018491882391F0E82FF0E0EE0FFF1FF2
 | 
			
		||||
:1001D000E859FF4FA591B491662329F48C9190952D
 | 
			
		||||
:1001E00089238C9308958C91892B8C930895482FA3
 | 
			
		||||
:1001F00050E0CA0182559F4FFC012491CA018656E6
 | 
			
		||||
:100200009F4FFC0194914A575F4FFA013491332379
 | 
			
		||||
:10021000D1F1222331F1233021F4809180008F77B6
 | 
			
		||||
:1002200005C0243031F4809180008F7D8093800060
 | 
			
		||||
:1002300018C0213019F484B58F7704C0223021F41E
 | 
			
		||||
:1002400084B58F7D84BD0DC0263021F48091B0002F
 | 
			
		||||
:100250008F7705C0273029F48091B0008F7D80937F
 | 
			
		||||
:10026000B000E32FF0E0EE0FFF1FEE58FF4FA59117
 | 
			
		||||
:10027000B491662329F48C91909589238C930895E9
 | 
			
		||||
:100280008C91892B8C930895682F70E0CB01825557
 | 
			
		||||
:100290009F4FFC012491CB0186569F4FFC01449156
 | 
			
		||||
:1002A0006A577F4FFB019491992319F420E030E0C5
 | 
			
		||||
:1002B00038C0222331F1233021F4809180008F77E0
 | 
			
		||||
:1002C00005C0243031F4809180008F7D80938000C0
 | 
			
		||||
:1002D00018C0213019F484B58F7704C0223021F47E
 | 
			
		||||
:1002E00084B58F7D84BD0DC0263021F48091B0008F
 | 
			
		||||
:1002F0008F7705C0273029F48091B0008F7D8093DF
 | 
			
		||||
:10030000B000892F90E0880F991F84589F4FFC01FF
 | 
			
		||||
:10031000A591B4918C9120E030E0842311F021E08C
 | 
			
		||||
:1003200030E0C90108951F93CF93DF93182FEB019D
 | 
			
		||||
:1003300061E00E94D700E12FF0E0E255FF4F849189
 | 
			
		||||
:10034000833051F480918000806880938000D09346
 | 
			
		||||
:100350008900C09388003CC0843051F480918000B3
 | 
			
		||||
:10036000806280938000D0938B00C0938A0030C05D
 | 
			
		||||
:10037000813039F4209729F184B5806884BDC7BDE8
 | 
			
		||||
:1003800027C0823039F42097E1F084B5806284BDC3
 | 
			
		||||
:10039000C8BD1EC0863041F48091B0008068809353
 | 
			
		||||
:1003A000B000C093B30014C0873041F48091B00016
 | 
			
		||||
:1003B00080628093B000C093B4000AC0C038D105F9
 | 
			
		||||
:1003C0001CF4812F60E002C0812F61E00E94F700E1
 | 
			
		||||
:1003D000DF91CF911F9108951F920F920FB60F9248
 | 
			
		||||
:1003E00011242F933F938F939F93AF93BF9380914B
 | 
			
		||||
:1003F0004C0190914D01A0914E01B0914F0130916F
 | 
			
		||||
:1004000050010196A11DB11D232F2D5F2D3720F026
 | 
			
		||||
:100410002D570196A11DB11D2093500180934C01D1
 | 
			
		||||
:1004200090934D01A0934E01B0934F0180914801EC
 | 
			
		||||
:1004300090914901A0914A01B0914B010196A11DF3
 | 
			
		||||
:10044000B11D8093480190934901A0934A01B09354
 | 
			
		||||
:100450004B01BF91AF919F918F913F912F910F9041
 | 
			
		||||
:100460000FBE0F901F901895EF92FF920F931F935E
 | 
			
		||||
:100470007B018C018FB7F89440914C0150914D0154
 | 
			
		||||
:1004800060914E0170914F018FBF2FB7F89480910A
 | 
			
		||||
:100490004C0190914D01A0914E01B0914F012FBFA1
 | 
			
		||||
:1004A000841B950BA60BB70BE816F9060A071B076A
 | 
			
		||||
:1004B00060F71F910F91FF90EF900895789484B5A5
 | 
			
		||||
:1004C000826084BD84B5816084BD85B5826085BD50
 | 
			
		||||
:1004D00085B5816085BDEEE6F0E080818160808336
 | 
			
		||||
:1004E000E1E8F0E0808182608083808181608083A8
 | 
			
		||||
:1004F000E0E8F0E0808181608083E1EBF0E08081E2
 | 
			
		||||
:1005000084608083E0EBF0E0808181608083EAE7B3
 | 
			
		||||
:10051000F0E080818460808380818260808380813C
 | 
			
		||||
:10052000816080838081806880831092C1000895FB
 | 
			
		||||
:04053000F894FFCF6D
 | 
			
		||||
:100534000B000100000001000200020002000300A1
 | 
			
		||||
:100544000300040005000600070008000A000B0071
 | 
			
		||||
:100554000D001000130017001B00200026002D00C2
 | 
			
		||||
:10056400360040004C005B006C0080009800B50031
 | 
			
		||||
:04057400D700FF00AD
 | 
			
		||||
:00000001FF
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/sketch_sep15b.cpp.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_analog.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_analog.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_digital.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_digital.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_pulse.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_pulse.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_shift.c.o
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								arduino/sketch_sep15b/applet/wiring_shift.c.o
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in a new issue