├── .gitignore ├── EBB_firmware ├── Analysis │ ├── LM Command Experiments.xlsx │ ├── MinimumMoveTimes.xlsx │ ├── RegressionTests │ │ ├── EBB_TestOutputConverter.xlsx │ │ ├── LM_20230507_ActualOutput.csv │ │ ├── LM_20230507_ExceptedOutput.csv │ │ ├── LM_Command_Experiments3A.xlsx │ │ ├── LT_20230507_ActualOutput.csv │ │ ├── LT_20230507_ExpectedOutput.csv │ │ ├── SMRateChecker.py │ │ ├── ShortCommandFIFOTest300.py │ │ ├── T3_20230507_ActualOutput.csv │ │ ├── T3_20230507_ExpectedOutput.csv │ │ ├── USBProcessingTimeTest.py │ │ ├── python_send_LM_20230507.py │ │ ├── python_send_LT_20230507.py │ │ ├── python_send_T3_20230507.py │ │ └── python_send_basic.py │ ├── firmware tests │ │ ├── analyze_csv.py │ │ ├── saleae_test.py │ │ ├── saleae_test_capture_async_serial.py │ │ └── test plan.txt │ ├── python_send_cmds_EBF.py │ └── saleae_example.py ├── BootloaderPCapp │ ├── BootloaderPCapp.zip │ ├── D3DCompiler_43.dll │ ├── HIDBootloader.exe │ ├── Qt5Core.dll │ ├── Qt5Gui.dll │ ├── Qt5Widgets.dll │ ├── icudt49.dll │ ├── icuin49.dll │ ├── icuuc49.dll │ ├── libEGL.dll │ ├── libGLESv2.dll │ ├── libgcc_s_sjlj-1.dll │ ├── libstdc++-6.dll │ ├── libwinpthread-1.dll │ └── platforms │ │ ├── qminimal.dll │ │ └── qwindows.dll ├── EBBUpdater │ ├── EBBNameFinder.tbasic │ ├── EBBUpgraderGUI_v303.exe │ ├── EBBUpgraderGUI_v303.tbasic │ ├── EBF_v303.hex │ ├── WhiteEBBv20.ico │ ├── deprecated │ │ ├── EBBUpgraderGUI_v243.exe │ │ ├── EBBUpgraderGUI_v243.tbasic │ │ ├── EBBUpgraderGUI_v244.exe │ │ ├── EBBUpgraderGUI_v244.tbasic │ │ ├── EBBUpgraderGUI_v245.exe │ │ ├── EBBUpgraderGUI_v245.tbasic │ │ ├── EBBUpgraderGUI_v246.exe │ │ ├── EBBUpgraderGUI_v246.tbasic │ │ ├── EBBUpgraderGUI_v250.exe │ │ ├── EBBUpgraderGUI_v250.tbasic │ │ ├── EBBUpgraderGUI_v251.exe │ │ ├── EBBUpgraderGUI_v251.tbasic │ │ ├── EBBUpgraderGUI_v253.exe │ │ ├── EBBUpgraderGUI_v253.tbasic │ │ ├── EBBUpgraderGUI_v254.exe │ │ ├── EBBUpgraderGUI_v254.tbasic │ │ ├── EBBUpgraderGUI_v255.exe │ │ ├── EBBUpgraderGUI_v255.tbasic │ │ ├── EBBUpgraderGUI_v260.exe │ │ ├── EBBUpgraderGUI_v260.tbasic │ │ ├── EBBUpgraderGUI_v262.exe │ │ ├── EBBUpgraderGUI_v262.tbasic │ │ ├── EBBUpgraderGUI_v263.exe │ │ ├── EBBUpgraderGUI_v263.tbasic │ │ ├── EBBUpgraderGUI_v264.exe │ │ ├── EBBUpgraderGUI_v264.tbasic │ │ ├── EBBUpgraderGUI_v265.exe │ │ ├── EBBUpgraderGUI_v265.tbasic │ │ ├── EBBUpgraderGUI_v270.exe │ │ ├── EBBUpgraderGUI_v270.tbasic │ │ ├── EBBUpgraderGUI_v280.exe │ │ ├── EBBUpgraderGUI_v280.tbasic │ │ ├── EBBUpgraderGUI_v281.exe │ │ ├── EBBUpgraderGUI_v281.tbasic │ │ ├── EBBUpgraderGUI_v300.exe │ │ ├── EBBUpgraderGUI_v300.tbasic │ │ ├── EBBUpgraderGUI_v301.exe │ │ ├── EBBUpgraderGUI_v301.tbasic │ │ ├── EBBUpgraderGUI_v302.exe │ │ ├── EBBUpgraderGUI_v302.tbasic │ │ ├── EBF_v243.hex │ │ ├── EBF_v244.hex │ │ ├── EBF_v245.hex │ │ ├── EBF_v246.hex │ │ ├── EBF_v250.hex │ │ ├── EBF_v251.hex │ │ ├── EBF_v253.hex │ │ ├── EBF_v254.hex │ │ ├── EBF_v255.hex │ │ ├── EBF_v260.hex │ │ ├── EBF_v263.hex │ │ ├── EBF_v264.hex │ │ ├── EBF_v265.hex │ │ ├── EBF_v270.hex │ │ ├── EBF_v280.hex │ │ ├── EBF_v301.hex │ │ ├── EBF_v302.hex │ │ └── WhiteEBBv20.ico │ └── mphidflash-1.6-win-32.exe ├── EBBUpdaterMac │ ├── UpdateEBB.app │ │ └── Contents │ │ │ ├── CodeResources │ │ │ ├── Info.plist │ │ │ ├── MacOS │ │ │ └── UpdateEBB │ │ │ ├── Resources │ │ │ ├── AppIcon.icns │ │ │ ├── AppSettings.plist │ │ │ ├── EBF_v281.hex │ │ │ ├── MainMenu.nib │ │ │ │ ├── designable.nib │ │ │ │ ├── keyedobjects-101300.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── mphidflash-1.8-osx-64 │ │ │ └── script │ │ │ └── _CodeSignature │ │ │ └── CodeResources │ ├── UpdateEBB.sh │ ├── deprecated │ │ └── 2.6.2 │ │ │ ├── UpdateEBB.app │ │ │ └── Contents │ │ │ │ ├── Info.plist │ │ │ │ ├── MacOS │ │ │ │ └── UpdateEBB │ │ │ │ ├── Resources │ │ │ │ ├── AppSettings.plist │ │ │ │ ├── EBF_v262_BL.unified.hex │ │ │ │ ├── MainMenu.nib │ │ │ │ ├── appIcon.icns │ │ │ │ ├── mphidflash │ │ │ │ └── script │ │ │ │ └── _CodeSignature │ │ │ │ └── CodeResources │ │ │ └── UpdateEBB.sh │ └── mphidflash ├── EBB_inf │ ├── EBB_inf.zip │ ├── mchpcdc.cat │ └── mchpcdc.inf ├── Microchip │ ├── Include │ │ ├── Compiler.h │ │ ├── GenericTypeDefs.h │ │ └── USB │ │ │ ├── usb.h │ │ │ ├── usb_ch9.h │ │ │ ├── usb_common.h │ │ │ ├── usb_device.h │ │ │ ├── usb_function_audio.h │ │ │ ├── usb_function_ccid.h │ │ │ ├── usb_function_cdc.h │ │ │ ├── usb_function_generic.h │ │ │ ├── usb_function_hid.h │ │ │ ├── usb_function_midi.h │ │ │ ├── usb_function_msd.h │ │ │ ├── usb_function_phdc.h │ │ │ ├── usb_function_phdc_com_model.h │ │ │ ├── usb_hal.h │ │ │ ├── usb_hal_dspic33E.h │ │ │ ├── usb_hal_pic16f1.h │ │ │ ├── usb_hal_pic18.h │ │ │ ├── usb_hal_pic24.h │ │ │ ├── usb_hal_pic24E.h │ │ │ ├── usb_hal_pic24f.h │ │ │ ├── usb_hal_pic32.h │ │ │ ├── usb_host.h │ │ │ ├── usb_host_android.h │ │ │ ├── usb_host_audio_v1.h │ │ │ ├── usb_host_cdc.h │ │ │ ├── usb_host_cdc_interface.h │ │ │ ├── usb_host_charger.h │ │ │ ├── usb_host_generic.h │ │ │ ├── usb_host_hid.h │ │ │ ├── usb_host_hid_parser.h │ │ │ ├── usb_host_midi.h │ │ │ ├── usb_host_msd.h │ │ │ ├── usb_host_msd_scsi.h │ │ │ ├── usb_host_printer.h │ │ │ ├── usb_host_printer_esc_pos.h │ │ │ ├── usb_host_printer_pcl_5.h │ │ │ ├── usb_host_printer_postscript.h │ │ │ ├── usb_host_printer_primitives.h │ │ │ ├── usb_otg.h │ │ │ ├── usb_printer_pos_bixolon_srp_270.h │ │ │ ├── usb_printer_pos_epson_tm_t88iv.h │ │ │ ├── usb_printer_pos_seiko_dpu_v445.h │ │ │ └── usb_printer_pos_seiko_mpu_l465.h │ ├── Microchip Application Solutions Users Agreement.pdf │ ├── USB │ │ ├── CDC Device Driver │ │ │ └── usb_function_cdc.c │ │ ├── HID Device Driver │ │ │ └── usb_function_hid.c │ │ ├── usb_device.c │ │ ├── usb_device_local.h │ │ ├── usb_hal_local.h │ │ ├── usb_host.c │ │ ├── usb_host_local.h │ │ ├── usb_otg.c │ │ └── usb_pic18_local.h │ └── mal.xml ├── Releases │ ├── app │ │ ├── EBF_v201.zip │ │ ├── EBF_v201 │ │ │ ├── EBB_v201_combined.hex │ │ │ ├── EBBv11_BL_46J50.hex │ │ │ ├── EBF_EBBv11.hex │ │ │ ├── EBF_EBBv12.hex │ │ │ └── EBF_EBBv13_and_above.hex │ │ ├── EBF_v202.zip │ │ ├── EBF_v202 │ │ │ └── EBF_v202 │ │ │ │ ├── EBB_v202_combined.hex │ │ │ │ ├── EBBv11_BL_46J50.hex │ │ │ │ ├── EBF_EBBv11.hex │ │ │ │ ├── EBF_EBBv12.hex │ │ │ │ └── EBF_EBBv13_and_above.hex │ │ ├── EBF_v212_fixed.zip │ │ ├── EBF_v213.zip │ │ ├── EBF_v214.zip │ │ ├── EBF_v215.zip │ │ ├── EBF_v221.zip │ │ ├── EBF_v224.zip │ │ ├── EBF_v225.zip │ │ ├── EBF_v226.zip │ │ ├── EBF_v226 │ │ │ ├── EBF_v226.hex │ │ │ └── EBF_v226.unified.hex │ │ ├── EBF_v227.zip │ │ ├── EBF_v227 │ │ │ └── EBF_v227.hex │ │ ├── EBF_v228.zip │ │ ├── EBF_v228 │ │ │ └── EBF_v228.hex │ │ ├── EBF_v229.zip │ │ ├── EBF_v229 │ │ │ └── EBV_v229.hex │ │ ├── EBF_v230.zip │ │ ├── EBF_v230 │ │ │ └── EBF_v230.hex │ │ ├── EBF_v240.zip │ │ ├── EBF_v240 │ │ │ └── EBF_v240.hex │ │ ├── EBF_v241.zip │ │ ├── EBF_v241 │ │ │ └── EBF_v241.hex │ │ ├── EBF_v242.zip │ │ ├── EBF_v242 │ │ │ └── EBF_v242.hex │ │ ├── EBF_v243.zip │ │ ├── EBF_v243 │ │ │ └── EBF_v243.hex │ │ ├── EBF_v244.zip │ │ ├── EBF_v244 │ │ │ └── EBF_v244.hex │ │ ├── EBF_v245.zip │ │ ├── EBF_v245 │ │ │ └── EBF_v245.hex │ │ ├── EBF_v246.zip │ │ ├── EBF_v246 │ │ │ └── EBF_v246.hex │ │ ├── EBF_v250.zip │ │ ├── EBF_v250 │ │ │ └── EBF_v250.hex │ │ ├── EBF_v251.zip │ │ ├── EBF_v251 │ │ │ └── EBF_v251.hex │ │ ├── EBF_v252.zip │ │ ├── EBF_v252 │ │ │ └── EBF_v252.hex │ │ ├── EBF_v253.zip │ │ ├── EBF_v253 │ │ │ └── EBF_v253.hex │ │ ├── EBF_v254.zip │ │ ├── EBF_v254 │ │ │ └── EBF_v254.hex │ │ ├── EBF_v255.zip │ │ ├── EBF_v255 │ │ │ └── EBF_v255.hex │ │ ├── EBF_v256.zip │ │ ├── EBF_v256 │ │ │ └── EBF_v256.hex │ │ ├── EBF_v260.zip │ │ ├── EBF_v260 │ │ │ └── EBF_v260.hex │ │ ├── EBF_v261.zip │ │ ├── EBF_v261 │ │ │ └── EBF_v261.hex │ │ ├── EBF_v262.zip │ │ ├── EBF_v262 │ │ │ └── EBF_v262.hex │ │ ├── EBF_v263.zip │ │ ├── EBF_v263 │ │ │ └── EBF_v263.hex │ │ ├── EBF_v264.zip │ │ ├── EBF_v264 │ │ │ └── EBF_v264.hex │ │ ├── EBF_v265.zip │ │ ├── EBF_v265 │ │ │ └── EBF_v265.hex │ │ ├── EBF_v266.zip │ │ ├── EBF_v266 │ │ │ └── EBF_v266.hex │ │ ├── EBF_v270.zip │ │ ├── EBF_v270 │ │ │ └── EBF_v270.hex │ │ ├── EBF_v280.zip │ │ ├── EBF_v280 │ │ │ └── EBF_v280.hex │ │ ├── EBF_v281.zip │ │ ├── EBF_v281 │ │ │ └── EBF_v281.hex │ │ ├── EBF_v300.zip │ │ ├── EBF_v300 │ │ │ └── EBF_v300.hex │ │ ├── EBF_v301.zip │ │ ├── EBF_v301 │ │ │ └── EBF_v301.hex │ │ ├── EBF_v302.zip │ │ ├── EBF_v302 │ │ │ └── EBF_v302.hex │ │ ├── EBF_v303.zip │ │ ├── EBF_v303 │ │ │ └── EBF_v303.hex │ │ ├── EiBotBoard_HEX_v1_9.zip │ │ ├── EiBotBoard_HEX_v1_9_2.zip │ │ └── EiBotBoard_HEX_v1_9_3.zip │ ├── bootloader │ │ └── EBB_BL_v100.zip │ ├── combined │ │ ├── EBF_v221_BL.unified.zip │ │ ├── EBF_v227_BL.unified.zip │ │ ├── EBF_v227_BL.unified │ │ │ └── EBF_v227.unified.hex │ │ ├── EBF_v228_BL.unified.zip │ │ ├── EBF_v228_BL.unified │ │ │ └── EBF_v228.unified.hex │ │ ├── EBF_v229.unified.zip │ │ ├── EBF_v229_BL.unified │ │ │ └── EBF_v229.unified.hex │ │ ├── EBF_v230.unified.zip │ │ ├── EBF_v230_BL.unified │ │ │ └── EBF_v230.unified.hex │ │ ├── EBF_v240_BL.unified.zip │ │ ├── EBF_v240_BL.unified │ │ │ └── EBF_v240.unified.hex │ │ ├── EBF_v241_BL.unified.zip │ │ ├── EBF_v241_BL.unified │ │ │ └── EBF_v241.unified.hex │ │ ├── EBF_v242_BL.unified.zip │ │ ├── EBF_v242_BL.unified │ │ │ └── EBF_v242.unified.hex │ │ ├── EBF_v243_BL.unified.zip │ │ ├── EBF_v243_BL.unified │ │ │ └── EBF_v243.unified.hex │ │ ├── EBF_v244_BL.unified.zip │ │ ├── EBF_v244_BL.unified │ │ │ └── EBF_v244.unified.hex │ │ ├── EBF_v245_BL.unified.zip │ │ ├── EBF_v245_BL.unified │ │ │ └── EBF_v245.unified.hex │ │ ├── EBF_v246_BL.unified.zip │ │ ├── EBF_v246_BL.unified │ │ │ └── EBF_v246.unified.hex │ │ ├── EBF_v250_BL.unified.zip │ │ ├── EBF_v250_BL.unified │ │ │ └── EBF_v250.unified.hex │ │ ├── EBF_v251_BL.unified.zip │ │ ├── EBF_v251_BL.unified │ │ │ └── EBF_v251.unified.hex │ │ ├── EBF_v252_BL.unified.zip │ │ ├── EBF_v252_BL.unified │ │ │ └── EBF_v252.unified.hex │ │ ├── EBF_v253_BL.unified.zip │ │ ├── EBF_v253_BL.unified │ │ │ └── EBF_v253.unified.hex │ │ ├── EBF_v254_BL.unified.zip │ │ ├── EBF_v254_BL.unified │ │ │ └── EBF_v254.unified.hex │ │ ├── EBF_v255_BL.unified.zip │ │ ├── EBF_v255_BL.unified │ │ │ └── EBF_v255_BL.unified.hex │ │ ├── EBF_v256_BL.unified.zip │ │ ├── EBF_v256_BL.unified │ │ │ └── EBF_v256_BL.unified.hex │ │ ├── EBF_v260_BL.unified.zip │ │ ├── EBF_v260_BL.unified │ │ │ └── EBF_v260_BL.unified.hex │ │ ├── EBF_v261_BL.unified.zip │ │ ├── EBF_v261_BL.unified │ │ │ └── EBF_v261_BL.unified.hex │ │ ├── EBF_v262_BL.unified.zip │ │ ├── EBF_v262_BL.unified │ │ │ └── EBF_v262_BL.unified.hex │ │ ├── EBF_v263_BL.unified.zip │ │ ├── EBF_v263_BL.unified │ │ │ └── EBF_v263_BL.unified.hex │ │ ├── EBF_v264_BL.unified.zip │ │ ├── EBF_v264_BL.unified │ │ │ └── EBF_v264_BL.unified.hex │ │ ├── EBF_v265_BL.unified.zip │ │ ├── EBF_v265_BL.unified │ │ │ └── EBF_v265_BL.unified.hex │ │ ├── EBF_v266_BL.unified.zip │ │ ├── EBF_v266_BL.unified │ │ │ └── EBF_v266_BL.unified.hex │ │ ├── EBF_v270_BL.unified.zip │ │ ├── EBF_v270_BL.unified │ │ │ └── EBF_v270_BL.unified.hex │ │ ├── EBF_v280_BL.unified.zip │ │ ├── EBF_v280_BL.unified │ │ │ └── EBF_v280_BL.unified.hex │ │ ├── EBF_v281_BL.unified.zip │ │ ├── EBF_v281_BL.unified │ │ │ └── EBF_v281_BL.unified.hex │ │ ├── EBF_v300_BL.unified.zip │ │ ├── EBF_v300_BL.unified │ │ │ └── EBF_v300_BL.unified.hex │ │ ├── EBF_v301_BL.unified.zip │ │ ├── EBF_v301_BL.unified │ │ │ └── EBF_v301_BL.unified.hex │ │ ├── EBF_v302_BL.unified.zip │ │ ├── EBF_v302_BL.unified │ │ │ └── EBF_v302_BL.unified.hex │ │ ├── EBF_v303_BL.unified.zip │ │ └── EBF_v303_BL.unified │ │ │ └── EBF_v303_BL.unified.hex │ └── debugIO │ │ ├── app.X.2_7_0_DebugIO.hex │ │ ├── app.X.2_8_0_DebugIO.hex │ │ └── app.X.2_8_1_DebugIO.hex ├── Testing │ └── EBB_ThroughputTest.py ├── app-SimpleServo.X │ ├── .dep.inc │ ├── MPLAB8 │ │ ├── EBB.mcp │ │ ├── EBB.mcs │ │ ├── EBB.mcw │ │ ├── EBB_V10 │ │ │ ├── EBF_EBBv10.cof │ │ │ ├── EBF_EBBv10.hex │ │ │ └── EBF_EBBv10.map │ │ ├── EBB_V11 │ │ │ ├── EBF_EBBv11.cof │ │ │ ├── EBF_EBBv11.hex │ │ │ └── EBF_EBBv11.map │ │ ├── EBB_V12 │ │ │ ├── EBF_EBBv12.cof │ │ │ ├── EBF_EBBv12.hex │ │ │ └── EBF_EBBv12.map │ │ ├── EBB_V13_and_above │ │ │ ├── EBF_EBBv13_and_above.cof │ │ │ ├── EBF_EBBv13_and_above.hex │ │ │ └── EBF_EBBv13_and_above.map │ │ ├── EBB_v10.mcw │ │ ├── EBF_EBBv10.mcp │ │ ├── EBF_EBBv10.mcs │ │ ├── EBF_EBBv11.mcp │ │ ├── EBF_EBBv11.mcs │ │ ├── EBF_EBBv11_demo.mcp │ │ ├── EBF_EBBv11_demo.mcs │ │ ├── EBF_EBBv12.mcp │ │ ├── EBF_EBBv12.mcs │ │ ├── EBF_EBBv13.mcp │ │ ├── EBF_EBBv13.mcs │ │ ├── EBF_EBBv13_and_above.mcp │ │ └── EBF_EBBv13_and_above.mcs │ ├── Makefile │ ├── build │ │ ├── EBBv13_no_bootloader │ │ │ └── production │ │ │ │ ├── _ext │ │ │ │ ├── 131024517 │ │ │ │ │ └── usb_function_cdc.o.d │ │ │ │ └── 343710134 │ │ │ │ │ └── usb_device.o.d │ │ │ │ └── source │ │ │ │ ├── RCServo2.o.d │ │ │ │ ├── UBW.o.d │ │ │ │ ├── ebb.o.d │ │ │ │ ├── main.o.d │ │ │ │ └── usb_descriptors.o.d │ │ └── EBBv13_with_bootloader │ │ │ └── production │ │ │ ├── _ext │ │ │ ├── 131024517 │ │ │ │ └── usb_function_cdc.o.d │ │ │ └── 343710134 │ │ │ │ └── usb_device.o.d │ │ │ └── source │ │ │ ├── RCServo2.o.d │ │ │ ├── UBW.o.d │ │ │ ├── ebb.o.d │ │ │ ├── main.o.d │ │ │ └── usb_descriptors.o.d │ ├── dist │ │ ├── EBBv13_no_bootloader │ │ │ └── production │ │ │ │ ├── app-SimpleServo.X.production.cof │ │ │ │ ├── app-SimpleServo.X.production.hex │ │ │ │ └── app-SimpleServo.X.production.unified.hex │ │ └── EBBv13_with_bootloader │ │ │ └── production │ │ │ ├── EBF.X.production.map │ │ │ ├── app.X.production.cof │ │ │ ├── app.X.production.hex │ │ │ └── app.X.production.unified.hex │ ├── nbproject │ │ ├── .dep.inc │ │ ├── Makefile-EBBv13_XC8_no_bootloader.mk │ │ ├── Makefile-EBBv13_no_bootloader.mk │ │ ├── Makefile-EBBv13_with_bootloader.mk │ │ ├── Makefile-impl.mk │ │ ├── Makefile-local-EBBv13_no_bootloader.mk │ │ ├── Makefile-variables.mk │ │ ├── Package-EBBv13_XC8_no_bootloader.bash │ │ ├── Package-EBBv13_no_bootloader.bash │ │ ├── Package-EBBv13_with_bootloader.bash │ │ ├── configurations.xml │ │ ├── private │ │ │ ├── configurations.xml │ │ │ ├── private.properties │ │ │ └── private.xml │ │ ├── project.properties │ │ └── project.xml │ └── source │ │ ├── BL_rm18f46j50_g.lkr │ │ ├── HardwareProfile.h │ │ ├── HardwareProfile_EBB_V10.h │ │ ├── HardwareProfile_EBB_V11.h │ │ ├── HardwareProfile_EBB_V12.h │ │ ├── HardwareProfile_EBB_V13_and_above.h │ │ ├── RCServo2.c │ │ ├── RCServo2.h │ │ ├── UBW.c │ │ ├── UBW.h │ │ ├── ebb.c │ │ ├── ebb.h │ │ ├── ebb_demo.c │ │ ├── ebb_demo.h │ │ ├── io_cfg.h │ │ ├── main.c │ │ ├── rm18f2455.lkr │ │ ├── rm18f45j50_g.lkr │ │ ├── rm18f46j50_g.lkr │ │ ├── rm18f46j50_g_normal.lkr │ │ ├── rm18f87j50.lkr │ │ ├── usb_config.h │ │ └── usb_descriptors.c ├── app.X │ ├── .gitignore │ ├── Makefile │ ├── dist │ │ └── EBBv13_with_bootloader │ │ │ └── production │ │ │ ├── EBF.X.production.map │ │ │ ├── app.X.production.cof │ │ │ ├── app.X.production.hex │ │ │ ├── app.X.production.lst │ │ │ └── app.X.production.unified.hex │ ├── nbproject │ │ ├── configurations.xml │ │ ├── private │ │ │ └── configurations.xml │ │ ├── project.properties │ │ └── project.xml │ └── source │ │ ├── BL_rm18f46j50_g.lkr │ │ ├── EBBWriteBytesFlash.c │ │ ├── HardwareProfile.h │ │ ├── HardwareProfile_EBB_V10.h │ │ ├── HardwareProfile_EBB_V11.h │ │ ├── HardwareProfile_EBB_V12.h │ │ ├── HardwareProfile_EBB_V13_and_above.h │ │ ├── RCServo2.c │ │ ├── RCServo2.h │ │ ├── ReadFlash.c │ │ ├── UBW.c │ │ ├── UBW.h │ │ ├── c018i_HID_BL.o │ │ ├── ebb.c │ │ ├── ebb.h │ │ ├── ebb_demo.c │ │ ├── ebb_demo.h │ │ ├── ebb_print.c │ │ ├── ebb_print.h │ │ ├── io_cfg.h │ │ ├── isr_helpers.asm │ │ ├── main.c │ │ ├── rm18f2455.lkr │ │ ├── rm18f45j50_g.lkr │ │ ├── rm18f46j50_g.lkr │ │ ├── rm18f46j50_g_normal.lkr │ │ ├── rm18f87j50.lkr │ │ ├── squareroot.s │ │ ├── usb_config.h │ │ └── usb_descriptors.c ├── bootloader.X │ ├── .dep.inc │ ├── .gitignore │ ├── EBBv11_BL_46J50.map │ ├── MPLAB8 │ │ ├── EBBv10_BL.mcw │ │ ├── EBBv10_BL_87J50.mcp │ │ ├── EBBv10_BL_87J50.mcs │ │ ├── EBBv11_BL.mcs │ │ ├── EBBv11_BL.mcw │ │ ├── EBBv11_BL_45J50.mcp │ │ ├── EBBv11_BL_45J50.mcs │ │ ├── EBBv11_BL_46J50.mcp │ │ ├── EBBv11_BL_46J50.mcs │ │ └── outupt │ │ │ ├── EBBv10_BL_87J50.hex │ │ │ ├── EBBv11_BL_45J50.hex │ │ │ └── EBBv11_BL_46J50.hex │ ├── Makefile │ ├── dist │ │ ├── 45J50 │ │ │ └── production │ │ │ │ ├── bootlaoder.X.production.map │ │ │ │ ├── bootloader.X.production.cof │ │ │ │ └── bootloader.X.production.hex │ │ ├── 46J50 │ │ │ └── production │ │ │ │ ├── bootloader.X.production.cof │ │ │ │ ├── bootloader.X.production.hex │ │ │ │ └── bootloader.X.production.map │ │ └── THREEBEEBEE │ │ │ └── production │ │ │ ├── bootloader.X.production.cof │ │ │ ├── bootloader.X.production.hex │ │ │ └── bootloader.X.production.map │ ├── nbproject │ │ ├── .dep.inc │ │ ├── Makefile-THREEBEEBEE.mk │ │ ├── Makefile-local-THREEBEEBEE.mk │ │ ├── Package-45J50.bash │ │ ├── Package-46J50.bash │ │ ├── Package-THREEBEEBEE.bash │ │ ├── configurations.xml │ │ ├── private │ │ │ └── private.properties │ │ ├── project.properties │ │ └── project.xml │ └── source │ │ ├── Boot46J50Family.c │ │ ├── Boot46J50Family.h │ │ ├── Boot87J50Family.c │ │ ├── Boot87J50Family.h │ │ ├── BootModified.rm18f45j50_g.lkr │ │ ├── BootModified.rm18f46j50_g.lkr │ │ ├── BootModified.rm18f87j50_g.lkr │ │ ├── hid.c │ │ ├── hid.h │ │ ├── io_cfg.h │ │ ├── main.c │ │ ├── typedefs.h │ │ ├── usb.h │ │ ├── usb9.c │ │ ├── usb9.h │ │ ├── usbcfg.h │ │ ├── usbctrltrf.c │ │ ├── usbctrltrf.h │ │ ├── usbdefs_ep0_buff.h │ │ ├── usbdefs_std_dsc.h │ │ ├── usbdrv.c │ │ ├── usbdrv.h │ │ ├── usbdsc.c │ │ ├── usbdsc.h │ │ ├── usbmmap.c │ │ └── usbmmap.h └── readme.txt ├── LICENSE ├── README.md ├── docs ├── EBBReleaseNotes.html ├── ebb.html ├── ebb2.html ├── images │ ├── 88x31.png │ ├── bg_hr.png │ ├── blacktocat.png │ ├── body-bg.png │ ├── checker.png │ ├── highlight-bg.jpg │ ├── hr.png │ ├── icon_download.png │ ├── octocat-icon.png │ ├── sprite_download.png │ ├── tar-gz-icon.png │ └── zip-icon.png ├── index.html ├── javascripts │ ├── main.js │ └── scale.fix.js ├── params.json └── stylesheets │ ├── github-dark.css │ ├── github-light.css │ └── styles.css ├── example files ├── EggBotTemplate.svg ├── EggbotHolidays │ ├── 4th of july │ │ └── flag-stretchedForEgg.svg │ ├── Christmas │ │ ├── CandyCane │ │ │ ├── CandyCane1.svg │ │ │ ├── CandyCane1x4.svg │ │ │ └── CandyCane1x8.svg │ │ ├── CandyCaneStripes │ │ │ ├── CandyCaneStripes_1.svg │ │ │ ├── CandyCaneStripes_1000-HIGH.svg │ │ │ └── CandyCaneStripes_2.svg │ │ ├── MerryChristmas │ │ │ ├── MerryChristmas_1_Filled.svg │ │ │ └── MerryChristmas_1_Outline.svg │ │ ├── NOEL │ │ │ ├── No-el.svg │ │ │ └── No-el_x2.svg │ │ ├── Reindeer │ │ │ ├── Reindeer_1.svg │ │ │ ├── Reindeer_2_outline.svg │ │ │ ├── Reindeer_2_rednose.svg │ │ │ ├── Reindeer_2_rednose_outline.svg │ │ │ ├── Reindeer_santa_1.svg │ │ │ ├── Reindeer_santa_1_outline.svg │ │ │ ├── Reindeer_santa_2_rednose.svg │ │ │ └── Reindeer_santa_2_rednose_outline.svg │ │ ├── Stockings │ │ │ ├── stockings.svg │ │ │ └── stockings_outline.svg │ │ ├── Trees │ │ │ ├── Tree_simple_filled_1.svg │ │ │ ├── Tree_simple_outline_1.svg │ │ │ ├── Xmas_Tree_1.svg │ │ │ ├── Xmas_Tree_2.svg │ │ │ └── Xmas_Tree_2x2.svg │ │ └── help.svg │ ├── Easter │ │ └── happy_Easter_by_johnd.svg │ ├── Halloween │ │ ├── bat_tattoo.svg │ │ ├── digital-pumpkinface.svg │ │ ├── ghost-frown.svg │ │ ├── ghost-spooked.svg │ │ ├── jackolantern-angry.svg │ │ ├── jackolantern-happy.svg │ │ ├── pumpkin_crazyface.svg │ │ ├── pumpkin_cute_mini.svg │ │ ├── pumpkin_cute_mini2.svg │ │ ├── pumpkin_mini_eyesonly.svg │ │ ├── silly_pumpkin_face.svg │ │ └── tombstone-layers.svg │ ├── Hanukkah │ │ ├── SingleStar_filled.svg │ │ ├── SingleStar_outline.svg │ │ ├── SingleStar_outline_x3.svg │ │ ├── SingleStar_partial_fill.svg │ │ ├── Spherical_Dreidel_filled.svg │ │ ├── Spherical_Dreidel_outline.svg │ │ ├── Spherical_Dreidel_stretch.svg │ │ ├── menorah1.svg │ │ └── menorah2.svg │ ├── Kwanzaa │ │ └── Kinara_1.svg │ ├── Misc │ │ ├── Bows.svg │ │ ├── Electronics │ │ │ ├── Capacitor.svg │ │ │ ├── DC-voltage.svg │ │ │ ├── Diode.svg │ │ │ ├── LED.svg │ │ │ └── Resistor.svg │ │ ├── JOY │ │ │ ├── JOY_filled.svg │ │ │ ├── JOY_filled_2.svg │ │ │ └── JOY_filled_x2.svg │ │ ├── Peace │ │ │ ├── Peace.svg │ │ │ ├── Peace_HUGE_filled.svg │ │ │ ├── Peace_symbol_1_filled.svg │ │ │ ├── Peace_symbol_1_outline.svg │ │ │ ├── Peace_with_dove.svg │ │ │ ├── Shalom.svg │ │ │ ├── Shalom_2.svg │ │ │ ├── dove_circle_1.svg │ │ │ ├── dove_circle_1_filled.svg │ │ │ ├── dove_circle_1_filled2.svg │ │ │ ├── dove_circle_1_filled2x2.svg │ │ │ ├── dove_circle_2_filled.svg │ │ │ └── work folder │ │ │ │ └── done │ │ │ │ ├── dove_mir.svg │ │ │ │ └── flowerpaz_peace_symbol.svg │ │ ├── Physics │ │ │ └── HydrogenHolidayOrnament.svg │ │ ├── Stars-filled.svg │ │ ├── Stars-outline.svg │ │ ├── generic_ornament.svg │ │ └── snowman.svg │ ├── New Years │ │ ├── HappyNY_2020.svg │ │ ├── HappyNY_2021.svg │ │ ├── HappyNY_2022.svg │ │ ├── HappyNY_2023.svg │ │ ├── HappyNY_2024.svg │ │ ├── HappyNY_2025.svg │ │ ├── HappyNY_2026.svg │ │ ├── HappyNY_2027.svg │ │ ├── HappyNY_2028.svg │ │ ├── HappyNY_2029.svg │ │ └── HappyNewYear_Wrapped.svg │ ├── Valentines │ │ └── hearts.svg │ └── source material │ │ ├── Sources_xmas │ │ ├── 1290978744.svg │ │ ├── CHRISTMAS_003.svg │ │ ├── Dove │ │ │ ├── 1312634362.svg │ │ │ ├── 1385028069.svg │ │ │ ├── dove_w_branch.svg │ │ │ └── peace_dove.svg │ │ ├── FEN_Santa_in_his_sleigh.svg │ │ ├── Reindeer.svg │ │ ├── Ribbon_Remix_by_Merlin2525.svg │ │ ├── christmas-bell.svg │ │ ├── done │ │ │ ├── Chrisdesign_xmas_card.svg │ │ │ └── merry_christmas_stockings_bw.svg │ │ ├── johnny_automatic_Christmas_wreath.svg │ │ ├── molumen_color_santa.svg │ │ ├── nicubunu_Christmas_Candy.svg │ │ ├── nicubunu_Jingle_Bells_black_white.svg │ │ ├── nussnacker.svg │ │ ├── oreomasta_Christmas_Light_(remix).svg │ │ ├── purzen_Candy_cane.svg │ │ ├── ryanlerch_Warning_Reindeer_Roadsign.svg │ │ ├── secretlondon_red_present.svg │ │ ├── xmas02.svg │ │ └── xmas03.svg │ │ ├── sources_hanukkah │ │ ├── Anonymous_Flag_of_Israel_1.svg │ │ └── S_L_M_and_coexist.svg │ │ ├── sources_kwanzaa │ │ └── Kwanzaa_Candles-Kinara.svg │ │ ├── sources_misc │ │ └── artmaster_snowman.svg │ │ └── sources_newyear │ │ ├── Champagne_Glass_Remix_2_by_Merlin2525.svg │ │ ├── HappyNY_Template.svg │ │ ├── Happy_New_Year-2011.svg │ │ ├── Muga_Bottle_of_Champagne.svg │ │ ├── party.svg │ │ ├── remi_inconnu_Champagne_bottle.svg │ │ └── zeimusu_Champagne.svg ├── General │ ├── Baseball_Template.svg │ ├── Egg_Egg_2.svg │ ├── Mona Lisa TSP art.svg │ ├── Notebook_paper-EggBot.svg │ ├── Notebook_paper.svg │ ├── Stars-filled-and-smiley.svg │ ├── deathstar.svg │ ├── durer_layer.svg │ ├── gears.svg │ ├── grace-stretched_for_egg.svg │ ├── us_states.svg │ ├── worldmap.svg │ ├── zebra-med-res-TSP.svg │ └── zigzagdissolve.svg ├── Geometric Eggs │ ├── Argyle.svg │ ├── Checkerboard.svg │ ├── Garish_overkill3.svg │ ├── Plaid1.svg │ ├── Simple Diagonals.svg │ ├── cubes-color.svg │ ├── diagonals-efficient.svg │ ├── honeycomb-basic.svg │ ├── honeycomb-fill.svg │ ├── honeycomb-rosettes.svg │ ├── honeycomb_swirl.svg │ ├── kistka-loops.svg │ ├── pattern-800-compressed.svg │ ├── pattern-800.svg │ ├── stainedglass.svg │ ├── traditional1b-layers.svg │ ├── traditional2-layers.svg │ ├── traditional3.svg │ ├── traditional3b.svg │ ├── traditional4.svg │ └── zigzagdissolve-mirror.svg └── Getting Started │ ├── helloworld.svg │ ├── helloworld2.svg │ └── smiley_tut.svg ├── inkscape_contributed ├── eggbot_maze.inx ├── eggbot_maze.py ├── eggbot_pptb.inx ├── eggbot_pptb.py ├── eggbot_sineandlace.inx ├── eggbot_sineandlace.py ├── eggbot_twist.inx └── eggbot_twist.py ├── inkscape_deprecated ├── eggbot_acrostic.inx ├── eggbot_acrostic.py ├── eggbot_spiraltext.inx └── eggbot_spiraltext.py ├── inkscape_driver ├── eggbot.inx ├── eggbot.py ├── eggbot_conf.py ├── eggbot_hatch.inx ├── eggbot_hatch.py ├── eggbot_presethatch.inx ├── eggbot_presethatch.py ├── eggbot_reorder.inx ├── eggbot_stretch.inx ├── eggbot_stretch.py ├── empty_eggbot.inx └── empty_eggbot.py ├── other ├── EggBot-Perl │ ├── EggBot.pm │ ├── HPGL.pm │ ├── README │ ├── egg_drive.pl │ ├── egg_plot.pl │ ├── preview-plot.pl │ └── svg-test.pl ├── EggBot-processing │ └── EggBot2.pde ├── TSP-stipple │ ├── stipple │ │ ├── README.txt │ │ ├── stipple.py │ │ └── torus.pts │ └── tsp_art_tools │ │ ├── README.txt │ │ ├── STIPPLING.txt │ │ ├── build-concorde-osx-0_2.sh │ │ ├── cmyk.jsx │ │ ├── tspart.py │ │ ├── tspbitcity.py │ │ └── tspsolution.py └── python-eagle │ ├── EggbotPlotEAGLE.py │ ├── eagle.def.add │ └── eggbot-sa.py └── packaging └── win ├── EBBInstallerScript.nsi └── installscript.nsi /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/.gitignore -------------------------------------------------------------------------------- /EBB_firmware/Analysis/LM Command Experiments.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/LM Command Experiments.xlsx -------------------------------------------------------------------------------- /EBB_firmware/Analysis/MinimumMoveTimes.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/MinimumMoveTimes.xlsx -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/EBB_TestOutputConverter.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/EBB_TestOutputConverter.xlsx -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/LM_20230507_ActualOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/LM_20230507_ActualOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/LM_20230507_ExceptedOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/LM_20230507_ExceptedOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/LM_Command_Experiments3A.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/LM_Command_Experiments3A.xlsx -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/LT_20230507_ActualOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/LT_20230507_ActualOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/LT_20230507_ExpectedOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/LT_20230507_ExpectedOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/SMRateChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/SMRateChecker.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/ShortCommandFIFOTest300.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/ShortCommandFIFOTest300.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/T3_20230507_ActualOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/T3_20230507_ActualOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/T3_20230507_ExpectedOutput.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/T3_20230507_ExpectedOutput.csv -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/USBProcessingTimeTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/USBProcessingTimeTest.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/python_send_LM_20230507.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/python_send_LM_20230507.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/python_send_LT_20230507.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/python_send_LT_20230507.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/python_send_T3_20230507.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/python_send_T3_20230507.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/RegressionTests/python_send_basic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/RegressionTests/python_send_basic.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/firmware tests/analyze_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/firmware tests/analyze_csv.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/firmware tests/saleae_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/firmware tests/saleae_test.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/firmware tests/saleae_test_capture_async_serial.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/firmware tests/saleae_test_capture_async_serial.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/firmware tests/test plan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/firmware tests/test plan.txt -------------------------------------------------------------------------------- /EBB_firmware/Analysis/python_send_cmds_EBF.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/python_send_cmds_EBF.py -------------------------------------------------------------------------------- /EBB_firmware/Analysis/saleae_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Analysis/saleae_example.py -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/BootloaderPCapp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/BootloaderPCapp.zip -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/D3DCompiler_43.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/D3DCompiler_43.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/HIDBootloader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/HIDBootloader.exe -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/Qt5Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/Qt5Core.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/Qt5Gui.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/Qt5Gui.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/Qt5Widgets.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/Qt5Widgets.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/icudt49.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/icudt49.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/icuin49.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/icuin49.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/icuuc49.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/icuuc49.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/libEGL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/libEGL.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/libGLESv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/libGLESv2.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/libgcc_s_sjlj-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/libgcc_s_sjlj-1.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/libstdc++-6.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/libstdc++-6.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/libwinpthread-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/libwinpthread-1.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/platforms/qminimal.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/platforms/qminimal.dll -------------------------------------------------------------------------------- /EBB_firmware/BootloaderPCapp/platforms/qwindows.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/BootloaderPCapp/platforms/qwindows.dll -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/EBBNameFinder.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/EBBNameFinder.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/EBBUpgraderGUI_v303.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/EBBUpgraderGUI_v303.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/EBBUpgraderGUI_v303.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/EBBUpgraderGUI_v303.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/EBF_v303.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/EBF_v303.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/WhiteEBBv20.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/WhiteEBBv20.ico -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v243.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v243.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v243.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v243.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v244.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v244.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v244.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v244.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v245.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v245.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v245.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v245.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v246.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v246.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v246.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v246.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v250.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v250.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v250.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v250.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v251.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v251.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v251.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v251.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v253.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v253.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v253.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v253.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v254.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v254.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v254.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v254.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v255.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v255.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v255.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v255.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v260.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v260.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v260.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v260.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v262.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v262.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v262.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v262.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v263.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v263.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v263.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v263.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v264.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v264.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v264.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v264.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v265.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v265.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v265.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v265.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v270.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v270.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v270.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v270.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v280.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v280.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v280.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v280.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v281.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v281.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v281.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v281.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v300.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v300.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v300.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v300.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v301.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v301.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v301.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v301.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v302.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v302.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v302.tbasic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBBUpgraderGUI_v302.tbasic -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v243.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v243.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v244.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v244.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v245.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v245.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v246.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v246.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v250.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v250.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v251.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v251.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v253.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v253.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v254.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v254.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v255.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v255.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v260.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v260.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v263.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v263.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v264.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v264.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v265.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v265.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v270.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v270.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v280.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v280.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v301.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v301.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/EBF_v302.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/EBF_v302.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/deprecated/WhiteEBBv20.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/deprecated/WhiteEBBv20.ico -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdater/mphidflash-1.6-win-32.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdater/mphidflash-1.6-win-32.exe -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/CodeResources -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Info.plist -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/MacOS/UpdateEBB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/MacOS/UpdateEBB -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/AppIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/AppIcon.icns -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/AppSettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/AppSettings.plist -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/EBF_v281.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/EBF_v281.hex -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/designable.nib -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/keyedobjects-101300.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/keyedobjects-101300.nib -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/MainMenu.nib/keyedobjects.nib -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/mphidflash-1.8-osx-64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/mphidflash-1.8-osx-64 -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/Resources/script -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.app/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/UpdateEBB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/UpdateEBB.sh -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Info.plist -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/MacOS/UpdateEBB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/MacOS/UpdateEBB -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/AppSettings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/AppSettings.plist -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/MainMenu.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/MainMenu.nib -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/appIcon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/appIcon.icns -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/mphidflash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/mphidflash -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/script: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/Resources/script -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.app/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/deprecated/2.6.2/UpdateEBB.sh -------------------------------------------------------------------------------- /EBB_firmware/EBBUpdaterMac/mphidflash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBBUpdaterMac/mphidflash -------------------------------------------------------------------------------- /EBB_firmware/EBB_inf/EBB_inf.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBB_inf/EBB_inf.zip -------------------------------------------------------------------------------- /EBB_firmware/EBB_inf/mchpcdc.cat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBB_inf/mchpcdc.cat -------------------------------------------------------------------------------- /EBB_firmware/EBB_inf/mchpcdc.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/EBB_inf/mchpcdc.inf -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/Compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/Compiler.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/GenericTypeDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/GenericTypeDefs.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_ch9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_ch9.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_common.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_device.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_audio.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_ccid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_ccid.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_cdc.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_generic.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_hid.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_midi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_midi.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_msd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_msd.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_phdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_phdc.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_function_phdc_com_model.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_function_phdc_com_model.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_dspic33E.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_dspic33E.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic16f1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic16f1.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic18.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic24.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic24.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic24E.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic24E.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic24f.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic24f.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_hal_pic32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_hal_pic32.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_android.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_android.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_audio_v1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_audio_v1.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_cdc.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_cdc_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_cdc_interface.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_charger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_charger.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_generic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_generic.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_hid.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_hid_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_hid_parser.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_midi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_midi.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_msd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_msd.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_msd_scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_msd_scsi.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_printer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_printer.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_printer_esc_pos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_printer_esc_pos.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_printer_pcl_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_printer_pcl_5.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_printer_postscript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_printer_postscript.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_host_printer_primitives.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_host_printer_primitives.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_otg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_otg.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_printer_pos_bixolon_srp_270.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_printer_pos_bixolon_srp_270.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_printer_pos_epson_tm_t88iv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_printer_pos_epson_tm_t88iv.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_printer_pos_seiko_dpu_v445.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_printer_pos_seiko_dpu_v445.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Include/USB/usb_printer_pos_seiko_mpu_l465.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Include/USB/usb_printer_pos_seiko_mpu_l465.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/Microchip Application Solutions Users Agreement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/Microchip Application Solutions Users Agreement.pdf -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/CDC Device Driver/usb_function_cdc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/CDC Device Driver/usb_function_cdc.c -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/HID Device Driver/usb_function_hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/HID Device Driver/usb_function_hid.c -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_device.c -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_device_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_device_local.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_hal_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_hal_local.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_host.c -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_host_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_host_local.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_otg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_otg.c -------------------------------------------------------------------------------- /EBB_firmware/Microchip/USB/usb_pic18_local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/USB/usb_pic18_local.h -------------------------------------------------------------------------------- /EBB_firmware/Microchip/mal.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Microchip/mal.xml -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201/EBB_v201_combined.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201/EBB_v201_combined.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201/EBBv11_BL_46J50.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201/EBBv11_BL_46J50.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201/EBF_EBBv11.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201/EBF_EBBv11.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201/EBF_EBBv12.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201/EBF_EBBv12.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v201/EBF_EBBv13_and_above.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v201/EBF_EBBv13_and_above.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBB_v202_combined.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBB_v202_combined.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBBv11_BL_46J50.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBBv11_BL_46J50.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv11.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv11.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv12.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv12.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv13_and_above.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v202/EBF_v202/EBF_EBBv13_and_above.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v212_fixed.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v212_fixed.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v213.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v213.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v214.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v214.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v215.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v215.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v221.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v221.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v224.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v224.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v225.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v225.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v226.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v226.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v226/EBF_v226.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v226/EBF_v226.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v226/EBF_v226.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v226/EBF_v226.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v227.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v227.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v227/EBF_v227.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v227/EBF_v227.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v228.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v228.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v228/EBF_v228.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v228/EBF_v228.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v229.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v229.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v229/EBV_v229.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v229/EBV_v229.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v230.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v230.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v230/EBF_v230.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v230/EBF_v230.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v240.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v240.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v240/EBF_v240.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v240/EBF_v240.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v241.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v241.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v241/EBF_v241.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v241/EBF_v241.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v242.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v242.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v242/EBF_v242.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v242/EBF_v242.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v243.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v243.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v243/EBF_v243.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v243/EBF_v243.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v244.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v244.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v244/EBF_v244.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v244/EBF_v244.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v245.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v245.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v245/EBF_v245.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v245/EBF_v245.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v246.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v246.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v246/EBF_v246.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v246/EBF_v246.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v250.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v250.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v250/EBF_v250.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v250/EBF_v250.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v251.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v251.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v251/EBF_v251.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v251/EBF_v251.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v252.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v252.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v252/EBF_v252.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v252/EBF_v252.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v253.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v253.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v253/EBF_v253.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v253/EBF_v253.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v254.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v254.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v254/EBF_v254.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v254/EBF_v254.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v255.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v255.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v255/EBF_v255.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v255/EBF_v255.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v256.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v256.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v256/EBF_v256.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v256/EBF_v256.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v260.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v260.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v260/EBF_v260.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v260/EBF_v260.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v261.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v261.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v261/EBF_v261.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v261/EBF_v261.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v262.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v262.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v262/EBF_v262.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v262/EBF_v262.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v263.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v263.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v263/EBF_v263.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v263/EBF_v263.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v264.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v264.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v264/EBF_v264.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v264/EBF_v264.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v265.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v265.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v265/EBF_v265.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v265/EBF_v265.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v266.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v266.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v266/EBF_v266.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v266/EBF_v266.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v270.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v270.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v270/EBF_v270.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v270/EBF_v270.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v280.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v280.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v280/EBF_v280.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v280/EBF_v280.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v281.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v281.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v281/EBF_v281.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v281/EBF_v281.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v300.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v300.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v300/EBF_v300.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v300/EBF_v300.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v301.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v301.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v301/EBF_v301.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v301/EBF_v301.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v302.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v302.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v302/EBF_v302.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v302/EBF_v302.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v303.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v303.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EBF_v303/EBF_v303.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EBF_v303/EBF_v303.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9_2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9_2.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9_3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/app/EiBotBoard_HEX_v1_9_3.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/bootloader/EBB_BL_v100.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/bootloader/EBB_BL_v100.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v221_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v221_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v227_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v227_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v227_BL.unified/EBF_v227.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v227_BL.unified/EBF_v227.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v228_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v228_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v228_BL.unified/EBF_v228.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v228_BL.unified/EBF_v228.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v229.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v229.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v229_BL.unified/EBF_v229.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v229_BL.unified/EBF_v229.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v230.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v230.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v230_BL.unified/EBF_v230.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v230_BL.unified/EBF_v230.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v240_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v240_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v240_BL.unified/EBF_v240.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v240_BL.unified/EBF_v240.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v241_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v241_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v241_BL.unified/EBF_v241.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v241_BL.unified/EBF_v241.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v242_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v242_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v242_BL.unified/EBF_v242.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v242_BL.unified/EBF_v242.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v243_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v243_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v243_BL.unified/EBF_v243.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v243_BL.unified/EBF_v243.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v244_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v244_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v244_BL.unified/EBF_v244.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v244_BL.unified/EBF_v244.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v245_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v245_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v245_BL.unified/EBF_v245.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v245_BL.unified/EBF_v245.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v246_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v246_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v246_BL.unified/EBF_v246.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v246_BL.unified/EBF_v246.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v250_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v250_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v250_BL.unified/EBF_v250.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v250_BL.unified/EBF_v250.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v251_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v251_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v251_BL.unified/EBF_v251.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v251_BL.unified/EBF_v251.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v252_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v252_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v252_BL.unified/EBF_v252.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v252_BL.unified/EBF_v252.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v253_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v253_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v253_BL.unified/EBF_v253.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v253_BL.unified/EBF_v253.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v254_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v254_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v254_BL.unified/EBF_v254.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v254_BL.unified/EBF_v254.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v255_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v255_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v255_BL.unified/EBF_v255_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v255_BL.unified/EBF_v255_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v256_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v256_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v256_BL.unified/EBF_v256_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v256_BL.unified/EBF_v256_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v260_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v260_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v260_BL.unified/EBF_v260_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v260_BL.unified/EBF_v260_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v261_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v261_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v261_BL.unified/EBF_v261_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v261_BL.unified/EBF_v261_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v262_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v262_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v262_BL.unified/EBF_v262_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v262_BL.unified/EBF_v262_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v263_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v263_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v263_BL.unified/EBF_v263_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v263_BL.unified/EBF_v263_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v264_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v264_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v264_BL.unified/EBF_v264_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v264_BL.unified/EBF_v264_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v265_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v265_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v265_BL.unified/EBF_v265_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v265_BL.unified/EBF_v265_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v266_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v266_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v266_BL.unified/EBF_v266_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v266_BL.unified/EBF_v266_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v270_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v270_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v270_BL.unified/EBF_v270_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v270_BL.unified/EBF_v270_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v280_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v280_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v280_BL.unified/EBF_v280_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v280_BL.unified/EBF_v280_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v281_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v281_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v281_BL.unified/EBF_v281_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v281_BL.unified/EBF_v281_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v300_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v300_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v300_BL.unified/EBF_v300_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v300_BL.unified/EBF_v300_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v301_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v301_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v301_BL.unified/EBF_v301_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v301_BL.unified/EBF_v301_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v302_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v302_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v302_BL.unified/EBF_v302_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v302_BL.unified/EBF_v302_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v303_BL.unified.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v303_BL.unified.zip -------------------------------------------------------------------------------- /EBB_firmware/Releases/combined/EBF_v303_BL.unified/EBF_v303_BL.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/combined/EBF_v303_BL.unified/EBF_v303_BL.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/debugIO/app.X.2_7_0_DebugIO.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/debugIO/app.X.2_7_0_DebugIO.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/debugIO/app.X.2_8_0_DebugIO.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/debugIO/app.X.2_8_0_DebugIO.hex -------------------------------------------------------------------------------- /EBB_firmware/Releases/debugIO/app.X.2_8_1_DebugIO.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Releases/debugIO/app.X.2_8_1_DebugIO.hex -------------------------------------------------------------------------------- /EBB_firmware/Testing/EBB_ThroughputTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/Testing/EBB_ThroughputTest.py -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/.dep.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/.dep.inc -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB.mcw -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.cof -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.hex -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V10/EBF_EBBv10.map -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.cof -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.hex -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V11/EBF_EBBv11.map -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.cof -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.hex -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V12/EBF_EBBv12.map -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.cof -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.hex -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_V13_and_above/EBF_EBBv13_and_above.map -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_v10.mcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBB_v10.mcw -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv10.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv10.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv10.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv10.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11_demo.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11_demo.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11_demo.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv11_demo.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv12.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv12.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv12.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv12.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13_and_above.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13_and_above.mcp -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13_and_above.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/MPLAB8/EBF_EBBv13_and_above.mcs -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/Makefile -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/RCServo2.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/RCServo2.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/UBW.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/UBW.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/ebb.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/ebb.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/main.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_no_bootloader/production/source/main.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/RCServo2.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/RCServo2.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/UBW.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/UBW.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/ebb.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/ebb.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/main.o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/build/EBBv13_with_bootloader/production/source/main.o.d -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/EBF.X.production.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/EBF.X.production.map -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/app.X.production.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/app.X.production.cof -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/app.X.production.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/dist/EBBv13_with_bootloader/production/app.X.production.hex -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/.dep.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/.dep.inc -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_XC8_no_bootloader.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_XC8_no_bootloader.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_no_bootloader.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_no_bootloader.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_with_bootloader.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-EBBv13_with_bootloader.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-impl.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-impl.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-local-EBBv13_no_bootloader.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-local-EBBv13_no_bootloader.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Makefile-variables.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Makefile-variables.mk -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_XC8_no_bootloader.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_XC8_no_bootloader.bash -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_no_bootloader.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_no_bootloader.bash -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_with_bootloader.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/Package-EBBv13_with_bootloader.bash -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/configurations.xml -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/private/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/private/configurations.xml -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/private/private.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/private/private.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/private/private.xml -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/project.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/nbproject/project.xml -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/BL_rm18f46j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/BL_rm18f46j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/HardwareProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/HardwareProfile.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V10.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V11.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V12.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V13_and_above.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/HardwareProfile_EBB_V13_and_above.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/RCServo2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/RCServo2.c -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/RCServo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/RCServo2.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/UBW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/UBW.c -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/UBW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/UBW.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/ebb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/ebb.c -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/ebb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/ebb.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/ebb_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/ebb_demo.c -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/ebb_demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/ebb_demo.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/io_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/io_cfg.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/main.c -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/rm18f2455.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/rm18f2455.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/rm18f45j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/rm18f45j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/rm18f46j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/rm18f46j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/rm18f46j50_g_normal.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/rm18f46j50_g_normal.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/rm18f87j50.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/rm18f87j50.lkr -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/usb_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/usb_config.h -------------------------------------------------------------------------------- /EBB_firmware/app-SimpleServo.X/source/usb_descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app-SimpleServo.X/source/usb_descriptors.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/.gitignore -------------------------------------------------------------------------------- /EBB_firmware/app.X/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/Makefile -------------------------------------------------------------------------------- /EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/EBF.X.production.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/EBF.X.production.map -------------------------------------------------------------------------------- /EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.cof -------------------------------------------------------------------------------- /EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.hex -------------------------------------------------------------------------------- /EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.lst -------------------------------------------------------------------------------- /EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.unified.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/dist/EBBv13_with_bootloader/production/app.X.production.unified.hex -------------------------------------------------------------------------------- /EBB_firmware/app.X/nbproject/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/nbproject/configurations.xml -------------------------------------------------------------------------------- /EBB_firmware/app.X/nbproject/private/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/nbproject/private/configurations.xml -------------------------------------------------------------------------------- /EBB_firmware/app.X/nbproject/project.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EBB_firmware/app.X/nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/nbproject/project.xml -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/BL_rm18f46j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/BL_rm18f46j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/EBBWriteBytesFlash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/EBBWriteBytesFlash.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/HardwareProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/HardwareProfile.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/HardwareProfile_EBB_V10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/HardwareProfile_EBB_V10.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/HardwareProfile_EBB_V11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/HardwareProfile_EBB_V11.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/HardwareProfile_EBB_V12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/HardwareProfile_EBB_V12.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/HardwareProfile_EBB_V13_and_above.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/HardwareProfile_EBB_V13_and_above.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/RCServo2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/RCServo2.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/RCServo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/RCServo2.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ReadFlash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ReadFlash.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/UBW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/UBW.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/UBW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/UBW.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/c018i_HID_BL.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/c018i_HID_BL.o -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb_demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb_demo.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb_demo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb_demo.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb_print.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/ebb_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/ebb_print.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/io_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/io_cfg.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/isr_helpers.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/isr_helpers.asm -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/main.c -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/rm18f2455.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/rm18f2455.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/rm18f45j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/rm18f45j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/rm18f46j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/rm18f46j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/rm18f46j50_g_normal.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/rm18f46j50_g_normal.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/rm18f87j50.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/rm18f87j50.lkr -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/squareroot.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/squareroot.s -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/usb_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/usb_config.h -------------------------------------------------------------------------------- /EBB_firmware/app.X/source/usb_descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/app.X/source/usb_descriptors.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/.dep.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/.dep.inc -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/.gitignore -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/EBBv11_BL_46J50.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/EBBv11_BL_46J50.map -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL.mcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL.mcw -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL_87J50.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL_87J50.mcp -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL_87J50.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv10_BL_87J50.mcs -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL.mcs -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL.mcw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL.mcw -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_45J50.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_45J50.mcp -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_45J50.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_45J50.mcs -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_46J50.mcp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_46J50.mcp -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_46J50.mcs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/EBBv11_BL_46J50.mcs -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv10_BL_87J50.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv10_BL_87J50.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv11_BL_45J50.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv11_BL_45J50.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv11_BL_46J50.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/MPLAB8/outupt/EBBv11_BL_46J50.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/Makefile -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/45J50/production/bootlaoder.X.production.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/45J50/production/bootlaoder.X.production.map -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/45J50/production/bootloader.X.production.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/45J50/production/bootloader.X.production.cof -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/45J50/production/bootloader.X.production.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/45J50/production/bootloader.X.production.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.cof -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/46J50/production/bootloader.X.production.map -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.cof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.cof -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.hex -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/dist/THREEBEEBEE/production/bootloader.X.production.map -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/.dep.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/.dep.inc -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/Makefile-THREEBEEBEE.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/Makefile-THREEBEEBEE.mk -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/Makefile-local-THREEBEEBEE.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/Makefile-local-THREEBEEBEE.mk -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/Package-45J50.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/Package-45J50.bash -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/Package-46J50.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/Package-46J50.bash -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/Package-THREEBEEBEE.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/Package-THREEBEEBEE.bash -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/configurations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/configurations.xml -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/private/private.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/project.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/nbproject/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/nbproject/project.xml -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/Boot46J50Family.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/Boot46J50Family.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/Boot46J50Family.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/Boot46J50Family.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/Boot87J50Family.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/Boot87J50Family.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/Boot87J50Family.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/Boot87J50Family.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/BootModified.rm18f45j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/BootModified.rm18f45j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/BootModified.rm18f46j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/BootModified.rm18f46j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/BootModified.rm18f87j50_g.lkr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/BootModified.rm18f87j50_g.lkr -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/hid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/hid.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/hid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/hid.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/io_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/io_cfg.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/main.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/typedefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/typedefs.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usb.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usb9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usb9.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usb9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usb9.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbcfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbcfg.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbctrltrf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbctrltrf.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbctrltrf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbctrltrf.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdefs_ep0_buff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdefs_ep0_buff.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdefs_std_dsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdefs_std_dsc.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdrv.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdrv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdrv.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdsc.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbdsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbdsc.h -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbmmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbmmap.c -------------------------------------------------------------------------------- /EBB_firmware/bootloader.X/source/usbmmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/bootloader.X/source/usbmmap.h -------------------------------------------------------------------------------- /EBB_firmware/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/EBB_firmware/readme.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/README.md -------------------------------------------------------------------------------- /docs/EBBReleaseNotes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/EBBReleaseNotes.html -------------------------------------------------------------------------------- /docs/ebb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/ebb.html -------------------------------------------------------------------------------- /docs/ebb2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/ebb2.html -------------------------------------------------------------------------------- /docs/images/88x31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/88x31.png -------------------------------------------------------------------------------- /docs/images/bg_hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/bg_hr.png -------------------------------------------------------------------------------- /docs/images/blacktocat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/blacktocat.png -------------------------------------------------------------------------------- /docs/images/body-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/body-bg.png -------------------------------------------------------------------------------- /docs/images/checker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/checker.png -------------------------------------------------------------------------------- /docs/images/highlight-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/highlight-bg.jpg -------------------------------------------------------------------------------- /docs/images/hr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/hr.png -------------------------------------------------------------------------------- /docs/images/icon_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/icon_download.png -------------------------------------------------------------------------------- /docs/images/octocat-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/octocat-icon.png -------------------------------------------------------------------------------- /docs/images/sprite_download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/sprite_download.png -------------------------------------------------------------------------------- /docs/images/tar-gz-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/tar-gz-icon.png -------------------------------------------------------------------------------- /docs/images/zip-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/images/zip-icon.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/javascripts/main.js: -------------------------------------------------------------------------------- 1 | console.log('This would be the main JS file.'); 2 | -------------------------------------------------------------------------------- /docs/javascripts/scale.fix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/javascripts/scale.fix.js -------------------------------------------------------------------------------- /docs/params.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/params.json -------------------------------------------------------------------------------- /docs/stylesheets/github-dark.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/stylesheets/github-dark.css -------------------------------------------------------------------------------- /docs/stylesheets/github-light.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/stylesheets/github-light.css -------------------------------------------------------------------------------- /docs/stylesheets/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/docs/stylesheets/styles.css -------------------------------------------------------------------------------- /example files/EggBotTemplate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggBotTemplate.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/4th of july/flag-stretchedForEgg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/4th of july/flag-stretchedForEgg.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCane/CandyCane1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCane/CandyCane1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCane/CandyCane1x4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCane/CandyCane1x4.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCane/CandyCane1x8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCane/CandyCane1x8.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_1000-HIGH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_1000-HIGH.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/CandyCaneStripes/CandyCaneStripes_2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/MerryChristmas/MerryChristmas_1_Filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/MerryChristmas/MerryChristmas_1_Filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/MerryChristmas/MerryChristmas_1_Outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/MerryChristmas/MerryChristmas_1_Outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/NOEL/No-el.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/NOEL/No-el.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/NOEL/No-el_x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/NOEL/No-el_x2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_rednose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_rednose.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_rednose_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_2_rednose_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_1_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_1_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_2_rednose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_2_rednose.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_2_rednose_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Reindeer/Reindeer_santa_2_rednose_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Stockings/stockings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Stockings/stockings.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Stockings/stockings_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Stockings/stockings_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Trees/Tree_simple_filled_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Trees/Tree_simple_filled_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Trees/Tree_simple_outline_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Trees/Tree_simple_outline_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/Trees/Xmas_Tree_2x2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Christmas/help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Christmas/help.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Easter/happy_Easter_by_johnd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Easter/happy_Easter_by_johnd.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/bat_tattoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/bat_tattoo.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/digital-pumpkinface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/digital-pumpkinface.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/ghost-frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/ghost-frown.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/ghost-spooked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/ghost-spooked.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/jackolantern-angry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/jackolantern-angry.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/jackolantern-happy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/jackolantern-happy.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/pumpkin_crazyface.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/pumpkin_crazyface.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/pumpkin_cute_mini.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/pumpkin_cute_mini.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/pumpkin_cute_mini2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/pumpkin_cute_mini2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/pumpkin_mini_eyesonly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/pumpkin_mini_eyesonly.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/silly_pumpkin_face.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/silly_pumpkin_face.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Halloween/tombstone-layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Halloween/tombstone-layers.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/SingleStar_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/SingleStar_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/SingleStar_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/SingleStar_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/SingleStar_outline_x3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/SingleStar_outline_x3.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/SingleStar_partial_fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/SingleStar_partial_fill.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_stretch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/Spherical_Dreidel_stretch.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/menorah1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/menorah1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Hanukkah/menorah2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Hanukkah/menorah2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Kwanzaa/Kinara_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Kwanzaa/Kinara_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Bows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Bows.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Electronics/Capacitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Electronics/Capacitor.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Electronics/DC-voltage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Electronics/DC-voltage.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Electronics/Diode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Electronics/Diode.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Electronics/LED.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Electronics/LED.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Electronics/Resistor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Electronics/Resistor.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/JOY/JOY_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/JOY/JOY_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/JOY/JOY_filled_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/JOY/JOY_filled_2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/JOY/JOY_filled_x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/JOY/JOY_filled_x2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Peace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Peace.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Peace_HUGE_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Peace_HUGE_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Peace_symbol_1_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Peace_symbol_1_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Peace_symbol_1_outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Peace_symbol_1_outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Peace_with_dove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Peace_with_dove.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Shalom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Shalom.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/Shalom_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/Shalom_2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/dove_circle_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/dove_circle_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled2x2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/dove_circle_1_filled2x2.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/dove_circle_2_filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/dove_circle_2_filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/work folder/done/dove_mir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/work folder/done/dove_mir.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Peace/work folder/done/flowerpaz_peace_symbol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Peace/work folder/done/flowerpaz_peace_symbol.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Physics/HydrogenHolidayOrnament.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Physics/HydrogenHolidayOrnament.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Stars-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Stars-filled.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/Stars-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/Stars-outline.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/generic_ornament.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/generic_ornament.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Misc/snowman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Misc/snowman.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2020.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2020.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2021.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2021.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2022.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2022.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2023.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2023.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2024.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2024.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2025.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2025.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2026.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2026.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2027.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2027.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2028.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2028.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNY_2029.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNY_2029.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/New Years/HappyNewYear_Wrapped.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/New Years/HappyNewYear_Wrapped.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/Valentines/hearts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/Valentines/hearts.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/1290978744.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/1290978744.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/CHRISTMAS_003.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/CHRISTMAS_003.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Dove/1312634362.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Dove/1312634362.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Dove/1385028069.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Dove/1385028069.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Dove/dove_w_branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Dove/dove_w_branch.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Dove/peace_dove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Dove/peace_dove.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/FEN_Santa_in_his_sleigh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/FEN_Santa_in_his_sleigh.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Reindeer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Reindeer.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/Ribbon_Remix_by_Merlin2525.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/Ribbon_Remix_by_Merlin2525.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/christmas-bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/christmas-bell.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/done/Chrisdesign_xmas_card.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/done/Chrisdesign_xmas_card.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/molumen_color_santa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/molumen_color_santa.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/nicubunu_Christmas_Candy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/nicubunu_Christmas_Candy.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/nussnacker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/nussnacker.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/purzen_Candy_cane.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/purzen_Candy_cane.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/secretlondon_red_present.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/secretlondon_red_present.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/xmas02.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/xmas02.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/Sources_xmas/xmas03.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/Sources_xmas/xmas03.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_hanukkah/Anonymous_Flag_of_Israel_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_hanukkah/Anonymous_Flag_of_Israel_1.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_hanukkah/S_L_M_and_coexist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_hanukkah/S_L_M_and_coexist.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_kwanzaa/Kwanzaa_Candles-Kinara.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_kwanzaa/Kwanzaa_Candles-Kinara.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_misc/artmaster_snowman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_misc/artmaster_snowman.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_newyear/HappyNY_Template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_newyear/HappyNY_Template.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_newyear/Happy_New_Year-2011.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_newyear/Happy_New_Year-2011.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_newyear/Muga_Bottle_of_Champagne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_newyear/Muga_Bottle_of_Champagne.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_newyear/party.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_newyear/party.svg -------------------------------------------------------------------------------- /example files/EggbotHolidays/source material/sources_newyear/zeimusu_Champagne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/EggbotHolidays/source material/sources_newyear/zeimusu_Champagne.svg -------------------------------------------------------------------------------- /example files/General/Baseball_Template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Baseball_Template.svg -------------------------------------------------------------------------------- /example files/General/Egg_Egg_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Egg_Egg_2.svg -------------------------------------------------------------------------------- /example files/General/Mona Lisa TSP art.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Mona Lisa TSP art.svg -------------------------------------------------------------------------------- /example files/General/Notebook_paper-EggBot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Notebook_paper-EggBot.svg -------------------------------------------------------------------------------- /example files/General/Notebook_paper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Notebook_paper.svg -------------------------------------------------------------------------------- /example files/General/Stars-filled-and-smiley.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/Stars-filled-and-smiley.svg -------------------------------------------------------------------------------- /example files/General/deathstar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/deathstar.svg -------------------------------------------------------------------------------- /example files/General/durer_layer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/durer_layer.svg -------------------------------------------------------------------------------- /example files/General/gears.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/gears.svg -------------------------------------------------------------------------------- /example files/General/grace-stretched_for_egg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/grace-stretched_for_egg.svg -------------------------------------------------------------------------------- /example files/General/us_states.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/us_states.svg -------------------------------------------------------------------------------- /example files/General/worldmap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/worldmap.svg -------------------------------------------------------------------------------- /example files/General/zebra-med-res-TSP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/zebra-med-res-TSP.svg -------------------------------------------------------------------------------- /example files/General/zigzagdissolve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/General/zigzagdissolve.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/Argyle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/Argyle.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/Checkerboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/Checkerboard.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/Garish_overkill3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/Garish_overkill3.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/Plaid1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/Plaid1.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/Simple Diagonals.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/Simple Diagonals.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/cubes-color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/cubes-color.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/diagonals-efficient.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/diagonals-efficient.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/honeycomb-basic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/honeycomb-basic.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/honeycomb-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/honeycomb-fill.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/honeycomb-rosettes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/honeycomb-rosettes.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/honeycomb_swirl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/honeycomb_swirl.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/kistka-loops.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/kistka-loops.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/pattern-800-compressed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/pattern-800-compressed.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/pattern-800.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/pattern-800.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/stainedglass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/stainedglass.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/traditional1b-layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/traditional1b-layers.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/traditional2-layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/traditional2-layers.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/traditional3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/traditional3.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/traditional3b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/traditional3b.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/traditional4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/traditional4.svg -------------------------------------------------------------------------------- /example files/Geometric Eggs/zigzagdissolve-mirror.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Geometric Eggs/zigzagdissolve-mirror.svg -------------------------------------------------------------------------------- /example files/Getting Started/helloworld.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Getting Started/helloworld.svg -------------------------------------------------------------------------------- /example files/Getting Started/helloworld2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Getting Started/helloworld2.svg -------------------------------------------------------------------------------- /example files/Getting Started/smiley_tut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/example files/Getting Started/smiley_tut.svg -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_maze.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_maze.inx -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_maze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_maze.py -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_pptb.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_pptb.inx -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_pptb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_pptb.py -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_sineandlace.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_sineandlace.inx -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_sineandlace.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_sineandlace.py -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_twist.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_twist.inx -------------------------------------------------------------------------------- /inkscape_contributed/eggbot_twist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_contributed/eggbot_twist.py -------------------------------------------------------------------------------- /inkscape_deprecated/eggbot_acrostic.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_deprecated/eggbot_acrostic.inx -------------------------------------------------------------------------------- /inkscape_deprecated/eggbot_acrostic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_deprecated/eggbot_acrostic.py -------------------------------------------------------------------------------- /inkscape_deprecated/eggbot_spiraltext.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_deprecated/eggbot_spiraltext.inx -------------------------------------------------------------------------------- /inkscape_deprecated/eggbot_spiraltext.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_deprecated/eggbot_spiraltext.py -------------------------------------------------------------------------------- /inkscape_driver/eggbot.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot.inx -------------------------------------------------------------------------------- /inkscape_driver/eggbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot.py -------------------------------------------------------------------------------- /inkscape_driver/eggbot_conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_conf.py -------------------------------------------------------------------------------- /inkscape_driver/eggbot_hatch.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_hatch.inx -------------------------------------------------------------------------------- /inkscape_driver/eggbot_hatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_hatch.py -------------------------------------------------------------------------------- /inkscape_driver/eggbot_presethatch.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_presethatch.inx -------------------------------------------------------------------------------- /inkscape_driver/eggbot_presethatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_presethatch.py -------------------------------------------------------------------------------- /inkscape_driver/eggbot_reorder.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_reorder.inx -------------------------------------------------------------------------------- /inkscape_driver/eggbot_stretch.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_stretch.inx -------------------------------------------------------------------------------- /inkscape_driver/eggbot_stretch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/eggbot_stretch.py -------------------------------------------------------------------------------- /inkscape_driver/empty_eggbot.inx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/empty_eggbot.inx -------------------------------------------------------------------------------- /inkscape_driver/empty_eggbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/inkscape_driver/empty_eggbot.py -------------------------------------------------------------------------------- /other/EggBot-Perl/EggBot.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/EggBot.pm -------------------------------------------------------------------------------- /other/EggBot-Perl/HPGL.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/HPGL.pm -------------------------------------------------------------------------------- /other/EggBot-Perl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/README -------------------------------------------------------------------------------- /other/EggBot-Perl/egg_drive.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/egg_drive.pl -------------------------------------------------------------------------------- /other/EggBot-Perl/egg_plot.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/egg_plot.pl -------------------------------------------------------------------------------- /other/EggBot-Perl/preview-plot.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/preview-plot.pl -------------------------------------------------------------------------------- /other/EggBot-Perl/svg-test.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-Perl/svg-test.pl -------------------------------------------------------------------------------- /other/EggBot-processing/EggBot2.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/EggBot-processing/EggBot2.pde -------------------------------------------------------------------------------- /other/TSP-stipple/stipple/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/stipple/README.txt -------------------------------------------------------------------------------- /other/TSP-stipple/stipple/stipple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/stipple/stipple.py -------------------------------------------------------------------------------- /other/TSP-stipple/stipple/torus.pts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/stipple/torus.pts -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/README.txt -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/STIPPLING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/STIPPLING.txt -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/build-concorde-osx-0_2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/build-concorde-osx-0_2.sh -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/cmyk.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/cmyk.jsx -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/tspart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/tspart.py -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/tspbitcity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/tspbitcity.py -------------------------------------------------------------------------------- /other/TSP-stipple/tsp_art_tools/tspsolution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/TSP-stipple/tsp_art_tools/tspsolution.py -------------------------------------------------------------------------------- /other/python-eagle/EggbotPlotEAGLE.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/python-eagle/EggbotPlotEAGLE.py -------------------------------------------------------------------------------- /other/python-eagle/eagle.def.add: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/python-eagle/eagle.def.add -------------------------------------------------------------------------------- /other/python-eagle/eggbot-sa.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/other/python-eagle/eggbot-sa.py -------------------------------------------------------------------------------- /packaging/win/EBBInstallerScript.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/packaging/win/EBBInstallerScript.nsi -------------------------------------------------------------------------------- /packaging/win/installscript.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evil-mad/EggBot/HEAD/packaging/win/installscript.nsi --------------------------------------------------------------------------------