├── .gitattributes ├── .gitbook.yaml ├── .gitignore ├── DahlDesignDDC ├── 01_ColorPalette.ino ├── 02_Board.ino ├── 03_EEPROM.ino ├── 04_USB.ino ├── 08_Joystick.ino ├── 09_CB1_Table.ino ├── 10_TableAndAnalog.ino ├── 11_ShiftRegisters.ino ├── 12_GlobalVariables.ino ├── 13_SwitchVariables.ino ├── 14_LEDsetup.ino ├── 15_LEDMask.ino ├── 16_LEDFunctions.ino ├── 19_Bitfields.ino ├── 20_Setup.ino ├── 29_LoopStarts.ino ├── 30_Switches.ino ├── 31_RunningPresets.ino ├── 32_Presets.ino ├── 33_CalculationsAndUtility.ino ├── 34_LEDStartup.ino ├── 35_LEDBottom.ino ├── 36_LEDTop.ino ├── 37_TriggersAndEditors.ino ├── 38_PeripheralsSetup.ino ├── 39_PeripheralsRun.ino ├── 40_Matrix.ino ├── 42_Inject.ino ├── 43_EEPROMFunctions.ino ├── 44_OutputFunctions.ino ├── 45_OutputHubs.ino ├── 47_PWMStartup.ino ├── 49_PWMFunctions.ino ├── 50_Pushbuttons.ino ├── 51_Toggle.ino ├── 52_FunctionButtons.ino ├── 53_Launch.ino ├── 54_Shifter.ino ├── 55_QuickSwitch.ino ├── 56_SW1BiteRotary.ino ├── 57_SW1PresetRotary.ino ├── 60_Rotary4Bit.ino ├── 61_RotaryPulse.ino ├── 62_Rotary2Bit.ino ├── 63_RotaryPEC11.ino ├── 64_RotaryAnalog.ino ├── 65_QuickRotary.ino ├── 66_MultiComplex.ino ├── 67_WildEncoder.ino ├── 68_ELMA.ino ├── 69_RotarySwitch4Bit.ino ├── 70_FunkyPush.ino ├── 71_FunkyDirections.ino ├── 72_FunkyHat.ino ├── 74_FunkyRotary.ino ├── 75_Rotary3Bit.ino ├── 80_SingleClutch.ino ├── 81_DualClutch.ino ├── 82_Throttle.ino ├── 83_Brake.ino ├── 85_BitePot.ino ├── 87_ClutchCalibrate.ino ├── 92_Handbrake.ino ├── 93_BrakeMagic.ino ├── 94_ThrottleHold.ino ├── 96_Mouse.ino ├── 98_PresetSwitch.ino └── DahlDesignDDC.ino ├── LICENSE ├── README.md ├── gitbook ├── .gitbook │ └── assets │ │ ├── 123123.png │ │ ├── 200w.gif │ │ ├── 3178774.png │ │ ├── B15_E4Full_Clutch_LED30 (1) (1).uf2 │ │ ├── B15_E4Full_Clutch_LED30 (1).uf2 │ │ ├── B15_E4Full_Clutch_LED30.uf2 │ │ ├── B15_E4Half_Clutch_LED30 (1) (1).uf2 │ │ ├── B15_E4Half_Clutch_LED30 (1).uf2 │ │ ├── B15_E4Half_Clutch_LED30.uf2 │ │ ├── B15_E4Quarter_Clutch_LED30 (1) (1).uf2 │ │ ├── B15_E4Quarter_Clutch_LED30 (1).uf2 │ │ ├── B15_E4Quarter_Clutch_LED30.uf2 │ │ ├── B17_E4Full_LED30 (1).uf2 │ │ ├── B17_E4Full_LED30.uf2 │ │ ├── B17_E4Half_LED30 (1).uf2 │ │ ├── B17_E4Half_LED30.uf2 │ │ ├── B17_E4Quarter_LED30 (1).uf2 │ │ ├── B17_E4Quarter_LED30.uf2 │ │ ├── B25_LED30 (1).uf2 │ │ ├── B25_LED30 (2).uf2 │ │ ├── B25_LED30 (3).uf2 │ │ ├── B25_LED30.uf2 │ │ ├── B30_E6Full_Clutch_LED30 (1).uf2 │ │ ├── B30_E6Full_Clutch_LED30 (2).uf2 │ │ ├── B30_E6Full_Clutch_LED30.uf2 │ │ ├── B30_E6Half_Clutch_LED30 (1).uf2 │ │ ├── B30_E6Half_Clutch_LED30 (2).uf2 │ │ ├── B30_E6Half_Clutch_LED30.uf2 │ │ ├── B30_E6Quarter_Clutch_LED30 (1).uf2 │ │ ├── B30_E6Quarter_Clutch_LED30 (2).uf2 │ │ ├── B30_E6Quarter_Clutch_LED30 (3).uf2 │ │ ├── B30_E6Quarter_Clutch_LED30 (4).uf2 │ │ ├── B30_E6Quarter_Clutch_LED30.uf2 │ │ ├── Buttons4EncFullstep.uf2 │ │ ├── Buttons4EncHalfstep.uf2 │ │ ├── Buttons4EncQuarterstep.uf2 │ │ ├── CB1_Robin_shield_pinout (1).jpg │ │ ├── CB1_Robin_shield_pinout.jpg │ │ ├── DDC.PNG │ │ ├── DahlDesign_DDC_logo_black.png │ │ ├── DahlDesign_DDC_logo_blackwhite.png │ │ ├── DahlDesign_DDC_logo_orangeblack.png │ │ ├── DahlDesign_DDC_logo_white.png │ │ ├── Dahls hybrid Spectra.ino (1).uf2 │ │ ├── Dahls hybrid Spectra.ino.uf2 │ │ ├── IMG_20240524_075044.jpg │ │ ├── IMG_20240524_075322.jpg │ │ ├── SOELPEC_-_Spectra_XR_Arctic_1280px.jpg │ │ ├── image (1) (1) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (1).png │ │ ├── image (1) (1) (1) (2).png │ │ ├── image (1) (1) (1).png │ │ ├── image (1) (1) (2) (1).png │ │ ├── image (1) (1) (2).png │ │ ├── image (1) (1) (3).png │ │ ├── image (1) (1) (4).png │ │ ├── image (1) (1).png │ │ ├── image (1) (2) (1).png │ │ ├── image (1) (2).png │ │ ├── image (1) (3).png │ │ ├── image (1) (4) (1).png │ │ ├── image (1) (4).png │ │ ├── image (1) (5) (1).png │ │ ├── image (1) (5).png │ │ ├── image (1).png │ │ ├── image (10) (1) (1) (1) (1).png │ │ ├── image (10) (1) (1) (1).png │ │ ├── image (10) (1) (1).png │ │ ├── image (10) (1).png │ │ ├── image (10).png │ │ ├── image (100).png │ │ ├── image (101).png │ │ ├── image (102).png │ │ ├── image (103).png │ │ ├── image (104).png │ │ ├── image (105).png │ │ ├── image (106).png │ │ ├── image (107).png │ │ ├── image (108).png │ │ ├── image (109).png │ │ ├── image (11) (1) (1) (1) (1).png │ │ ├── image (11) (1) (1) (1).png │ │ ├── image (11) (1) (1).png │ │ ├── image (11) (1).png │ │ ├── image (11).png │ │ ├── image (110).png │ │ ├── image (111).png │ │ ├── image (112).png │ │ ├── image (113).png │ │ ├── image (114).png │ │ ├── image (115).png │ │ ├── image (116).png │ │ ├── image (117).png │ │ ├── image (118).png │ │ ├── image (119).png │ │ ├── image (12) (1) (1) (1) (1).png │ │ ├── image (12) (1) (1) (1).png │ │ ├── image (12) (1) (1).png │ │ ├── image (12) (1).png │ │ ├── image (12) (2).png │ │ ├── image (12).png │ │ ├── image (120).png │ │ ├── image (121).png │ │ ├── image (122).png │ │ ├── image (123).png │ │ ├── image (124).png │ │ ├── image (125).png │ │ ├── image (126).png │ │ ├── image (127).png │ │ ├── image (128).png │ │ ├── image (129).png │ │ ├── image (13) (1) (1) (1).png │ │ ├── image (13) (1) (1).png │ │ ├── image (13) (1).png │ │ ├── image (13).png │ │ ├── image (130).png │ │ ├── image (131).png │ │ ├── image (132).png │ │ ├── image (133).png │ │ ├── image (134).png │ │ ├── image (135).png │ │ ├── image (136).png │ │ ├── image (137).png │ │ ├── image (14) (1) (1) (1) (1).png │ │ ├── image (14) (1) (1) (1).png │ │ ├── image (14) (1) (1).png │ │ ├── image (14) (1).png │ │ ├── image (14).png │ │ ├── image (15) (1) (1) (1).png │ │ ├── image (15) (1) (1).png │ │ ├── image (15) (1).png │ │ ├── image (15) (2).png │ │ ├── image (15).png │ │ ├── image (16) (1) (1) (1).png │ │ ├── image (16) (1) (1).png │ │ ├── image (16) (1).png │ │ ├── image (16) (2).png │ │ ├── image (16).png │ │ ├── image (17) (1) (1) (1) (1).png │ │ ├── image (17) (1) (1) (1).png │ │ ├── image (17) (1) (1).png │ │ ├── image (17) (1).png │ │ ├── image (17).png │ │ ├── image (18) (1) (1) (1).png │ │ ├── image (18) (1) (1).png │ │ ├── image (18) (1).png │ │ ├── image (18).png │ │ ├── image (19) (1) (1).png │ │ ├── image (19) (1).png │ │ ├── image (19) (2).png │ │ ├── image (19).png │ │ ├── image (2) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (2) (1) (1) (1) (1) (1) (1).png │ │ ├── image (2) (1) (1) (1) (1) (1).png │ │ ├── image (2) (1) (1) (1) (1).png │ │ ├── image (2) (1) (1) (1).png │ │ ├── image (2) (1) (1).png │ │ ├── image (2) (1) (2).png │ │ ├── image (2) (1).png │ │ ├── image (2) (2) (1).png │ │ ├── image (2) (2).png │ │ ├── image (2) (3).png │ │ ├── image (2) (4).png │ │ ├── image (2) (5).png │ │ ├── image (2) (6).png │ │ ├── image (2).png │ │ ├── image (20) (1).png │ │ ├── image (20).png │ │ ├── image (21) (1) (1).png │ │ ├── image (21) (1).png │ │ ├── image (21).png │ │ ├── image (22) (1) (1).png │ │ ├── image (22) (1).png │ │ ├── image (22).png │ │ ├── image (23) (1).png │ │ ├── image (23).png │ │ ├── image (24) (1).png │ │ ├── image (24) (2).png │ │ ├── image (24).png │ │ ├── image (25) (1).png │ │ ├── image (25).png │ │ ├── image (26) (1).png │ │ ├── image (26).png │ │ ├── image (27).png │ │ ├── image (28) (1).png │ │ ├── image (28).png │ │ ├── image (29) (1).png │ │ ├── image (29).png │ │ ├── image (3) (1) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (3) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (3) (1) (1) (1) (1) (1) (1).png │ │ ├── image (3) (1) (1) (1) (1) (1).png │ │ ├── image (3) (1) (1) (1) (1).png │ │ ├── image (3) (1) (1) (1).png │ │ ├── image (3) (1) (1).png │ │ ├── image (3) (1).png │ │ ├── image (3) (2) (1).png │ │ ├── image (3) (2) (2).png │ │ ├── image (3) (2).png │ │ ├── image (3) (3).png │ │ ├── image (3) (4).png │ │ ├── image (3).png │ │ ├── image (30).png │ │ ├── image (31) (1) (1).png │ │ ├── image (31) (1).png │ │ ├── image (31).png │ │ ├── image (32) (1).png │ │ ├── image (32).png │ │ ├── image (33) (1).png │ │ ├── image (33).png │ │ ├── image (34) (1).png │ │ ├── image (34).png │ │ ├── image (35) (1).png │ │ ├── image (35).png │ │ ├── image (36).png │ │ ├── image (37).png │ │ ├── image (38).png │ │ ├── image (39).png │ │ ├── image (4) (1) (1) (1) (1) (1) (1).png │ │ ├── image (4) (1) (1) (1) (1) (1).png │ │ ├── image (4) (1) (1) (1) (1).png │ │ ├── image (4) (1) (1) (1).png │ │ ├── image (4) (1) (1).png │ │ ├── image (4) (1) (2).png │ │ ├── image (4) (1).png │ │ ├── image (4) (2) (1).png │ │ ├── image (4) (2).png │ │ ├── image (4) (3).png │ │ ├── image (4) (4) (1).png │ │ ├── image (4) (4).png │ │ ├── image (4) (5).png │ │ ├── image (4).png │ │ ├── image (40).png │ │ ├── image (41).png │ │ ├── image (42).png │ │ ├── image (43).png │ │ ├── image (44).png │ │ ├── image (45).png │ │ ├── image (46).png │ │ ├── image (47).png │ │ ├── image (48).png │ │ ├── image (49).png │ │ ├── image (5) (1) (1) (1) (1) (1) (1).png │ │ ├── image (5) (1) (1) (1) (1) (1).png │ │ ├── image (5) (1) (1) (1) (1).png │ │ ├── image (5) (1) (1) (1).png │ │ ├── image (5) (1) (1).png │ │ ├── image (5) (1) (2) (1).png │ │ ├── image (5) (1) (2).png │ │ ├── image (5) (1).png │ │ ├── image (5) (2) (1).png │ │ ├── image (5) (2).png │ │ ├── image (5).png │ │ ├── image (50).png │ │ ├── image (51).png │ │ ├── image (52).png │ │ ├── image (53).png │ │ ├── image (54).png │ │ ├── image (55).png │ │ ├── image (56).png │ │ ├── image (57).png │ │ ├── image (58).png │ │ ├── image (59).png │ │ ├── image (6) (1) (1) (1) (1) (1) (1) (1).png │ │ ├── image (6) (1) (1) (1) (1) (1) (1).png │ │ ├── image (6) (1) (1) (1) (1) (1).png │ │ ├── image (6) (1) (1) (1) (1).png │ │ ├── image (6) (1) (1) (1).png │ │ ├── image (6) (1) (1).png │ │ ├── image (6) (1) (2).png │ │ ├── image (6) (1).png │ │ ├── image (6) (2).png │ │ ├── image (6).png │ │ ├── image (60).png │ │ ├── image (61).png │ │ ├── image (62).png │ │ ├── image (63).png │ │ ├── image (64).png │ │ ├── image (65).png │ │ ├── image (66).png │ │ ├── image (67).png │ │ ├── image (68).png │ │ ├── image (69).png │ │ ├── image (7) (1) (1) (1) (1).png │ │ ├── image (7) (1) (1) (1).png │ │ ├── image (7) (1) (1).png │ │ ├── image (7) (1) (2) (1).png │ │ ├── image (7) (1) (2).png │ │ ├── image (7) (1).png │ │ ├── image (7) (2).png │ │ ├── image (7).png │ │ ├── image (70).png │ │ ├── image (71).png │ │ ├── image (72).png │ │ ├── image (73).png │ │ ├── image (74).png │ │ ├── image (75).png │ │ ├── image (76).png │ │ ├── image (77).png │ │ ├── image (78).png │ │ ├── image (79).png │ │ ├── image (8) (1) (1) (1) (1) (1).png │ │ ├── image (8) (1) (1) (1) (1).png │ │ ├── image (8) (1) (1) (1).png │ │ ├── image (8) (1) (1).png │ │ ├── image (8) (1).png │ │ ├── image (8) (2).png │ │ ├── image (8) (3).png │ │ ├── image (8).png │ │ ├── image (80).png │ │ ├── image (81).png │ │ ├── image (82).png │ │ ├── image (83).png │ │ ├── image (84).png │ │ ├── image (85).png │ │ ├── image (86).png │ │ ├── image (87).png │ │ ├── image (88).png │ │ ├── image (89).png │ │ ├── image (9) (1) (1) (1) (1) (1).png │ │ ├── image (9) (1) (1) (1) (1).png │ │ ├── image (9) (1) (1) (1).png │ │ ├── image (9) (1) (1).png │ │ ├── image (9) (1).png │ │ ├── image (9) (2).png │ │ ├── image (9).png │ │ ├── image (90).png │ │ ├── image (91).png │ │ ├── image (92).png │ │ ├── image (93).png │ │ ├── image (94).png │ │ ├── image (95).png │ │ ├── image (96).png │ │ ├── image (97).png │ │ ├── image (98).png │ │ ├── image (99).png │ │ ├── image.png │ │ ├── robin1 (1).png │ │ └── robin1.png ├── 1.-project-planning │ ├── README.md │ ├── analog-inputs │ │ ├── README.md │ │ └── external-adc.md │ ├── digital-outputs.md │ ├── eeprom.md │ ├── leds.md │ ├── load-cell.md │ ├── mouse.md │ ├── processing-and-memory.md │ ├── pwm-circuit-control.md │ └── switch-inputs │ │ ├── README.md │ │ ├── matrix.md │ │ ├── non-matrix-switches.md │ │ ├── port-expander.md │ │ └── shift-register.md ├── 2.-wiring │ ├── README.md │ ├── analog │ │ ├── README.md │ │ ├── analog-wiring.md │ │ └── external-adc.md │ ├── digital-outputs.md │ ├── eeprom.md │ ├── leds.md │ ├── load-cell.md │ ├── mouse.md │ ├── pwm-circuit-control.md │ └── switch-inputs │ │ ├── README.md │ │ ├── matrix-wiring.md │ │ ├── non-matrix-wiring.md │ │ ├── port-expander.md │ │ └── shift-registers.md ├── 3.-coding │ ├── README.md │ ├── advanced │ │ ├── README.md │ │ ├── analog-inject.md │ │ ├── conditional-coding │ │ │ ├── README.md │ │ │ ├── editors.md │ │ │ └── triggers.md │ │ ├── field-placement.md │ │ └── presets │ │ │ ├── 31_runningpresets.ino.md │ │ │ ├── 32_presets.ino.md │ │ │ ├── README.md │ │ │ └── example.md │ ├── essentials │ │ ├── 08_joystick.md │ │ ├── 10_matrixandanalog.ino │ │ │ ├── README.md │ │ │ ├── analog-channels.md │ │ │ └── switch-table.md │ │ ├── 30_switches.md │ │ ├── README.md │ │ └── dahldesignddc.ino.md │ ├── naming-the-controller.md │ ├── peripherals │ │ ├── README.md │ │ ├── digital-outputs │ │ │ ├── README.md │ │ │ ├── firmware-control.md │ │ │ ├── setup.md │ │ │ └── simhub-control.md │ │ ├── i2c-devices │ │ │ ├── README.md │ │ │ ├── ads1115.md │ │ │ ├── cat24c512.md │ │ │ └── pca9555.md │ │ ├── leds-code-and-connection │ │ │ ├── README.md │ │ │ ├── firmware-control │ │ │ │ ├── README.md │ │ │ │ ├── brightness.md │ │ │ │ ├── color.md │ │ │ │ ├── led-functions.md │ │ │ │ └── presets.md │ │ │ └── simhub-led-control.md │ │ ├── load-cell.md │ │ ├── mouse.md │ │ ├── pwm-circuit-control │ │ │ ├── README.md │ │ │ ├── calibrate.md │ │ │ ├── setup.md │ │ │ ├── switch-control.md │ │ │ └── trigger-control.md │ │ └── shift-register.md │ └── upload.md ├── 4.-advanced-features │ ├── README.md │ ├── connect-to-simhub │ │ ├── README.md │ │ ├── how-does-it-work.md │ │ ├── how-to-connect.md │ │ ├── how-to-control-it.md │ │ └── property-list.md │ └── simhub-control.md ├── README.md ├── SUMMARY.md​ ├── cb1 │ ├── README.md │ ├── circuit.md │ ├── code │ │ ├── README.md │ │ ├── complete-project.md │ │ ├── essentials.md │ │ └── settings.md │ ├── ordering │ │ ├── README.md │ │ ├── order-together.md │ │ └── order-yourself │ │ │ ├── 1.-open-in-easyeda.md │ │ │ ├── 2.-export-files.md │ │ │ ├── 3.-edit-pick-and-place.md │ │ │ ├── 4.-pin-headers-and-jumper.md │ │ │ ├── 5.-order-from-jlcpcb.md │ │ │ └── README.md │ ├── shields │ │ ├── README.md │ │ └── robin.md │ └── wiring.md ├── collaboration.md ├── fast-ddc │ ├── 4-encoders-buttons-and-led.md │ ├── README.md │ ├── buttons-and-led.md │ ├── dual-clutches-4-encoders-buttons-and-led.md │ └── dual-clutches-6-encoders-button-matrix-and-led.md ├── readme │ ├── 1.-getting-started.md │ └── supported-hardware.md └── switch-library │ ├── README.md │ ├── car-control-functions │ ├── README.md │ ├── brakemagic.md │ ├── handbrake.md │ ├── quickswitch.md │ └── throttlehold.md │ ├── dds.md │ ├── encoders │ ├── README.md │ ├── funkyrotary-1.md │ ├── funkyrotary-2.md │ ├── funkyrotary.md │ ├── pec11.md │ ├── rotary2bit-1.md │ ├── rotary2bit.md │ ├── rotary4bit.md │ └── rotarypulse.md │ ├── function-button.md │ ├── funky-switch │ ├── README.md │ ├── center-push.md │ └── directional.md │ ├── hat-switches.md │ ├── led-control.md │ ├── mouse.md │ ├── multiswitch-complexes │ ├── README.md │ ├── hybrid-rotary.md │ ├── modded-encoder.md │ ├── multifunction-rotary.md │ └── stacked-encoder.md │ ├── pedals-and-paddles │ ├── README.md │ ├── bite-point-and-launch.md │ ├── brake-throttle.md │ ├── clutch.md │ ├── filtered-curves.md │ └── pushbutton.md │ ├── preset.md │ ├── pushbutton-1.md │ ├── pushbutton.md │ ├── pwm-circuit-control.md │ ├── rotary-switches │ ├── README.md │ ├── editing-functions.md │ ├── quickrotary.md │ ├── rotary4bit.md │ ├── rotaryanalog.md │ └── sw1.md │ └── utility.md ├── hardware ├── DDC │ └── avr │ │ ├── boards.txt │ │ └── bootloaders │ │ └── caterina │ │ ├── Caterina-Leonardo.hex │ │ ├── Caterina-Micro.hex │ │ ├── Caterina.c │ │ ├── Caterina.h │ │ ├── Descriptors.c │ │ └── Descriptors.h └── MyController │ └── avr │ ├── boards.txt │ └── bootloaders │ └── caterina │ ├── Caterina-Leonardo.hex │ ├── Caterina-Micro.hex │ ├── Caterina.c │ ├── Caterina.h │ ├── Descriptors.c │ └── Descriptors.h ├── images ├── DDC.PNG └── sw1.PNG ├── libraries ├── DDC32U4 │ ├── DDC32U4.cpp │ └── DDC32U4.h ├── DDCANJOMOUSE │ ├── DDCANJOMOUSE.cpp │ └── DDCANJOMOUSE.h ├── DDCANJOMOUSE2040 │ ├── DDCANJOMOUSE2040.cpp │ └── DDCANJOMOUSE2040.h ├── DDCGENCORE │ └── DDCGENCORE.h ├── DDCHID32U4 │ ├── DDCHID32U4.cpp │ └── DDCHID32U4.h ├── DDCHIDSAMD │ ├── DDCHIDSAMD.cpp │ └── DDCHIDSAMD.h ├── DDCLEDGEN │ ├── CONTRIBUTING.md │ ├── COPYING │ ├── DDCLEDGEN.cpp │ ├── DDCLEDGEN.h │ ├── README.md │ ├── esp.c │ ├── esp8266.c │ ├── examples │ │ ├── RGBWstrandtest │ │ │ └── RGBWstrandtest.ino │ │ ├── StrandtestArduinoBLE │ │ │ └── StrandtestArduinoBLE.ino │ │ ├── StrandtestArduinoBLECallback │ │ │ └── StrandtestArduinoBLECallback.ino │ │ ├── StrandtestBLE │ │ │ ├── BLESerial.cpp │ │ │ ├── BLESerial.h │ │ │ └── StrandtestBLE.ino │ │ ├── StrandtestBLE_nodelay │ │ │ ├── BLESerial.cpp │ │ │ ├── BLESerial.h │ │ │ └── StrandtestBLE_nodelay.ino │ │ ├── buttoncycler │ │ │ └── buttoncycler.ino │ │ ├── simple │ │ │ └── simple.ino │ │ ├── simple_new_operator │ │ │ └── simple_new_operator.ino │ │ ├── strandtest │ │ │ └── strandtest.ino │ │ ├── strandtest_nodelay │ │ │ └── strandtest_nodelay.ino │ │ └── strandtest_wheel │ │ │ └── strandtest_wheel.ino │ ├── kendyte_k210.c │ ├── keywords.txt │ ├── library.properties │ └── rp2040_pio.h ├── DDCPI │ ├── DDCPI.cpp │ └── DDCPI.h └── DDCSAMD │ ├── DDCSAMD.cpp │ └── DDCSAMD.h └── plugin └── DDC.Plugin.dll /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitbook.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/.gitbook.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/.gitignore -------------------------------------------------------------------------------- /DahlDesignDDC/01_ColorPalette.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/01_ColorPalette.ino -------------------------------------------------------------------------------- /DahlDesignDDC/02_Board.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/02_Board.ino -------------------------------------------------------------------------------- /DahlDesignDDC/03_EEPROM.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/03_EEPROM.ino -------------------------------------------------------------------------------- /DahlDesignDDC/04_USB.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/04_USB.ino -------------------------------------------------------------------------------- /DahlDesignDDC/08_Joystick.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/08_Joystick.ino -------------------------------------------------------------------------------- /DahlDesignDDC/09_CB1_Table.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/09_CB1_Table.ino -------------------------------------------------------------------------------- /DahlDesignDDC/10_TableAndAnalog.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/10_TableAndAnalog.ino -------------------------------------------------------------------------------- /DahlDesignDDC/11_ShiftRegisters.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/11_ShiftRegisters.ino -------------------------------------------------------------------------------- /DahlDesignDDC/12_GlobalVariables.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/12_GlobalVariables.ino -------------------------------------------------------------------------------- /DahlDesignDDC/13_SwitchVariables.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/13_SwitchVariables.ino -------------------------------------------------------------------------------- /DahlDesignDDC/14_LEDsetup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/14_LEDsetup.ino -------------------------------------------------------------------------------- /DahlDesignDDC/15_LEDMask.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/15_LEDMask.ino -------------------------------------------------------------------------------- /DahlDesignDDC/16_LEDFunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/16_LEDFunctions.ino -------------------------------------------------------------------------------- /DahlDesignDDC/19_Bitfields.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/19_Bitfields.ino -------------------------------------------------------------------------------- /DahlDesignDDC/20_Setup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/20_Setup.ino -------------------------------------------------------------------------------- /DahlDesignDDC/29_LoopStarts.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/29_LoopStarts.ino -------------------------------------------------------------------------------- /DahlDesignDDC/30_Switches.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/30_Switches.ino -------------------------------------------------------------------------------- /DahlDesignDDC/31_RunningPresets.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/31_RunningPresets.ino -------------------------------------------------------------------------------- /DahlDesignDDC/32_Presets.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/32_Presets.ino -------------------------------------------------------------------------------- /DahlDesignDDC/33_CalculationsAndUtility.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/33_CalculationsAndUtility.ino -------------------------------------------------------------------------------- /DahlDesignDDC/34_LEDStartup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/34_LEDStartup.ino -------------------------------------------------------------------------------- /DahlDesignDDC/35_LEDBottom.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/35_LEDBottom.ino -------------------------------------------------------------------------------- /DahlDesignDDC/36_LEDTop.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/36_LEDTop.ino -------------------------------------------------------------------------------- /DahlDesignDDC/37_TriggersAndEditors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/37_TriggersAndEditors.ino -------------------------------------------------------------------------------- /DahlDesignDDC/38_PeripheralsSetup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/38_PeripheralsSetup.ino -------------------------------------------------------------------------------- /DahlDesignDDC/39_PeripheralsRun.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/39_PeripheralsRun.ino -------------------------------------------------------------------------------- /DahlDesignDDC/40_Matrix.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/40_Matrix.ino -------------------------------------------------------------------------------- /DahlDesignDDC/42_Inject.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/42_Inject.ino -------------------------------------------------------------------------------- /DahlDesignDDC/43_EEPROMFunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/43_EEPROMFunctions.ino -------------------------------------------------------------------------------- /DahlDesignDDC/44_OutputFunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/44_OutputFunctions.ino -------------------------------------------------------------------------------- /DahlDesignDDC/45_OutputHubs.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/45_OutputHubs.ino -------------------------------------------------------------------------------- /DahlDesignDDC/47_PWMStartup.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/47_PWMStartup.ino -------------------------------------------------------------------------------- /DahlDesignDDC/49_PWMFunctions.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/49_PWMFunctions.ino -------------------------------------------------------------------------------- /DahlDesignDDC/50_Pushbuttons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/50_Pushbuttons.ino -------------------------------------------------------------------------------- /DahlDesignDDC/51_Toggle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/51_Toggle.ino -------------------------------------------------------------------------------- /DahlDesignDDC/52_FunctionButtons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/52_FunctionButtons.ino -------------------------------------------------------------------------------- /DahlDesignDDC/53_Launch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/53_Launch.ino -------------------------------------------------------------------------------- /DahlDesignDDC/54_Shifter.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/54_Shifter.ino -------------------------------------------------------------------------------- /DahlDesignDDC/55_QuickSwitch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/55_QuickSwitch.ino -------------------------------------------------------------------------------- /DahlDesignDDC/56_SW1BiteRotary.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/56_SW1BiteRotary.ino -------------------------------------------------------------------------------- /DahlDesignDDC/57_SW1PresetRotary.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/57_SW1PresetRotary.ino -------------------------------------------------------------------------------- /DahlDesignDDC/60_Rotary4Bit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/60_Rotary4Bit.ino -------------------------------------------------------------------------------- /DahlDesignDDC/61_RotaryPulse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/61_RotaryPulse.ino -------------------------------------------------------------------------------- /DahlDesignDDC/62_Rotary2Bit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/62_Rotary2Bit.ino -------------------------------------------------------------------------------- /DahlDesignDDC/63_RotaryPEC11.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/63_RotaryPEC11.ino -------------------------------------------------------------------------------- /DahlDesignDDC/64_RotaryAnalog.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/64_RotaryAnalog.ino -------------------------------------------------------------------------------- /DahlDesignDDC/65_QuickRotary.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/65_QuickRotary.ino -------------------------------------------------------------------------------- /DahlDesignDDC/66_MultiComplex.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/66_MultiComplex.ino -------------------------------------------------------------------------------- /DahlDesignDDC/67_WildEncoder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/67_WildEncoder.ino -------------------------------------------------------------------------------- /DahlDesignDDC/68_ELMA.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/68_ELMA.ino -------------------------------------------------------------------------------- /DahlDesignDDC/69_RotarySwitch4Bit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/69_RotarySwitch4Bit.ino -------------------------------------------------------------------------------- /DahlDesignDDC/70_FunkyPush.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/70_FunkyPush.ino -------------------------------------------------------------------------------- /DahlDesignDDC/71_FunkyDirections.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/71_FunkyDirections.ino -------------------------------------------------------------------------------- /DahlDesignDDC/72_FunkyHat.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/72_FunkyHat.ino -------------------------------------------------------------------------------- /DahlDesignDDC/74_FunkyRotary.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/74_FunkyRotary.ino -------------------------------------------------------------------------------- /DahlDesignDDC/75_Rotary3Bit.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/75_Rotary3Bit.ino -------------------------------------------------------------------------------- /DahlDesignDDC/80_SingleClutch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/80_SingleClutch.ino -------------------------------------------------------------------------------- /DahlDesignDDC/81_DualClutch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/81_DualClutch.ino -------------------------------------------------------------------------------- /DahlDesignDDC/82_Throttle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/82_Throttle.ino -------------------------------------------------------------------------------- /DahlDesignDDC/83_Brake.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/83_Brake.ino -------------------------------------------------------------------------------- /DahlDesignDDC/85_BitePot.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/85_BitePot.ino -------------------------------------------------------------------------------- /DahlDesignDDC/87_ClutchCalibrate.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/87_ClutchCalibrate.ino -------------------------------------------------------------------------------- /DahlDesignDDC/92_Handbrake.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/92_Handbrake.ino -------------------------------------------------------------------------------- /DahlDesignDDC/93_BrakeMagic.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/93_BrakeMagic.ino -------------------------------------------------------------------------------- /DahlDesignDDC/94_ThrottleHold.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/94_ThrottleHold.ino -------------------------------------------------------------------------------- /DahlDesignDDC/96_Mouse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/96_Mouse.ino -------------------------------------------------------------------------------- /DahlDesignDDC/98_PresetSwitch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/98_PresetSwitch.ino -------------------------------------------------------------------------------- /DahlDesignDDC/DahlDesignDDC.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/DahlDesignDDC/DahlDesignDDC.ino -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/README.md -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/123123.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/123123.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/200w.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/200w.gif -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/3178774.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/3178774.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30 (1) (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30 (1) (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Full_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30 (1) (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30 (1) (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Half_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30 (1) (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30 (1) (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B15_E4Quarter_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Full_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Full_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Full_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Full_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Half_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Half_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Half_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Half_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Quarter_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Quarter_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B17_E4Quarter_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B17_E4Quarter_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B25_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B25_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B25_LED30 (2).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B25_LED30 (2).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B25_LED30 (3).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B25_LED30 (3).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B25_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B25_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30 (2).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30 (2).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Full_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30 (2).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30 (2).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Half_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (2).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (2).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (3).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (3).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (4).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30 (4).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/B30_E6Quarter_Clutch_LED30.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/Buttons4EncFullstep.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/Buttons4EncFullstep.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/Buttons4EncHalfstep.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/Buttons4EncHalfstep.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/Buttons4EncQuarterstep.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/Buttons4EncQuarterstep.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/CB1_Robin_shield_pinout (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/CB1_Robin_shield_pinout (1).jpg -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/CB1_Robin_shield_pinout.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/CB1_Robin_shield_pinout.jpg -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/DDC.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/DDC.PNG -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/DahlDesign_DDC_logo_black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/DahlDesign_DDC_logo_black.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/DahlDesign_DDC_logo_blackwhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/DahlDesign_DDC_logo_blackwhite.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/DahlDesign_DDC_logo_orangeblack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/DahlDesign_DDC_logo_orangeblack.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/DahlDesign_DDC_logo_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/DahlDesign_DDC_logo_white.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/Dahls hybrid Spectra.ino (1).uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/Dahls hybrid Spectra.ino (1).uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/Dahls hybrid Spectra.ino.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/Dahls hybrid Spectra.ino.uf2 -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/IMG_20240524_075044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/IMG_20240524_075044.jpg -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/IMG_20240524_075322.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/IMG_20240524_075322.jpg -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/SOELPEC_-_Spectra_XR_Arctic_1280px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/SOELPEC_-_Spectra_XR_Arctic_1280px.jpg -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1) (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (4) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (4) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (5) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (5) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1) (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1) (5).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (10) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (10) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (10) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (10) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (10) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (10) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (10) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (10) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (10).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (10).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (100).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (100).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (101).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (101).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (102).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (102).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (103).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (103).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (104).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (104).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (105).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (105).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (106).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (106).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (107).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (107).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (108).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (108).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (109).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (109).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (11) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (11) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (11) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (11) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (11) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (11) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (11) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (11) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (11).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (11).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (110).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (110).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (111).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (111).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (112).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (112).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (113).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (113).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (114).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (114).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (115).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (115).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (116).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (116).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (117).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (117).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (118).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (118).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (119).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (119).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (12).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (12).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (120).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (120).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (121).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (121).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (122).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (122).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (123).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (123).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (124).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (124).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (125).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (125).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (126).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (126).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (127).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (127).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (128).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (128).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (129).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (129).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (13) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (13) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (13) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (13) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (13) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (13) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (13).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (13).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (130).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (130).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (131).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (131).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (132).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (132).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (133).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (133).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (134).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (134).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (135).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (135).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (136).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (136).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (137).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (137).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (14) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (14) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (14) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (14) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (14) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (14) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (14) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (14) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (14).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (14).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (15) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (15) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (15) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (15) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (15) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (15) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (15) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (15) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (15).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (15).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (16) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (16) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (16) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (16) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (16) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (16) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (16) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (16) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (16).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (16).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (17) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (17) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (17) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (17) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (17) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (17) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (17) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (17) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (17).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (17).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (18) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (18) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (18) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (18) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (18) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (18) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (18).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (18).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (19) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (19) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (19) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (19) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (19) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (19) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (19).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (19).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (5).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2) (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2) (6).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (20) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (20) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (20).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (20).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (21) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (21) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (21) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (21) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (21).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (21).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (22) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (22) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (22) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (22) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (22).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (22).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (23) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (23) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (23).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (23).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (24) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (24) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (24) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (24) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (24).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (24).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (25) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (25) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (25).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (25).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (26) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (26) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (26).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (26).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (27).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (27).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (28) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (28) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (28).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (29) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (29) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (29).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (29).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (2) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (2) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3) (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (30).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (30).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (31) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (31) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (31) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (31) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (31).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (31).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (32) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (32) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (32).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (33) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (33) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (33).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (33).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (34) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (34) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (34).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (35) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (35) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (35).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (35).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (36).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (37).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (37).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (38).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (39).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (39).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (4) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (4) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4) (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4) (5).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (4).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (4).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (40).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (40).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (41).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (41).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (42).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (43).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (43).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (44).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (45).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (45).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (46).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (46).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (47).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (47).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (48).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (49).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (49).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (5).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (5).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (50).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (50).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (51).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (51).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (52).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (53).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (53).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (54).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (55).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (55).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (56).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (56).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (57).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (57).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (58).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (58).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (59).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (59).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (6).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (6).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (60).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (60).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (61).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (61).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (62).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (62).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (63).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (63).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (64).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (64).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (65).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (65).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (66).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (66).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (67).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (67).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (68).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (68).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (69).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (69).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1) (2) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1) (2) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (7).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (7).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (70).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (70).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (71).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (71).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (72).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (72).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (73).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (73).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (74).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (74).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (75).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (75).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (76).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (76).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (77).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (77).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (78).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (78).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (79).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (79).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8) (3).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8) (3).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (8).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (8).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (80).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (80).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (81).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (81).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (82).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (82).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (83).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (83).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (84).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (84).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (85).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (85).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (86).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (86).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (87).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (87).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (88).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (88).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (89).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (89).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (1) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (1) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (1) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (1) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (1) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (1) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (1) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (1) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9) (2).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9) (2).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (9).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (9).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (90).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (90).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (91).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (91).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (92).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (92).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (93).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (93).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (94).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (94).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (95).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (95).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (96).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (96).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (97).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (97).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (98).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (98).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image (99).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image (99).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/image.png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/robin1 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/robin1 (1).png -------------------------------------------------------------------------------- /gitbook/.gitbook/assets/robin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/.gitbook/assets/robin1.png -------------------------------------------------------------------------------- /gitbook/1.-project-planning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/README.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/analog-inputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/analog-inputs/README.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/analog-inputs/external-adc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/analog-inputs/external-adc.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/digital-outputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/digital-outputs.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/eeprom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/eeprom.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/leds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/leds.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/load-cell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/load-cell.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/mouse.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/processing-and-memory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/processing-and-memory.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/pwm-circuit-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/pwm-circuit-control.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/switch-inputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/switch-inputs/README.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/switch-inputs/matrix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/switch-inputs/matrix.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/switch-inputs/non-matrix-switches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/switch-inputs/non-matrix-switches.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/switch-inputs/port-expander.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/switch-inputs/port-expander.md -------------------------------------------------------------------------------- /gitbook/1.-project-planning/switch-inputs/shift-register.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/1.-project-planning/switch-inputs/shift-register.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/README.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/analog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/analog/README.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/analog/analog-wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/analog/analog-wiring.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/analog/external-adc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/analog/external-adc.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/digital-outputs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/digital-outputs.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/eeprom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/eeprom.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/leds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/leds.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/load-cell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/load-cell.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/mouse.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/pwm-circuit-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/pwm-circuit-control.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/switch-inputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/switch-inputs/README.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/switch-inputs/matrix-wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/switch-inputs/matrix-wiring.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/switch-inputs/non-matrix-wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/switch-inputs/non-matrix-wiring.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/switch-inputs/port-expander.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/switch-inputs/port-expander.md -------------------------------------------------------------------------------- /gitbook/2.-wiring/switch-inputs/shift-registers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/2.-wiring/switch-inputs/shift-registers.md -------------------------------------------------------------------------------- /gitbook/3.-coding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/analog-inject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/analog-inject.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/conditional-coding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/conditional-coding/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/conditional-coding/editors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/conditional-coding/editors.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/conditional-coding/triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/conditional-coding/triggers.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/field-placement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/field-placement.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/presets/31_runningpresets.ino.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/presets/31_runningpresets.ino.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/presets/32_presets.ino.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/presets/32_presets.ino.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/presets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/presets/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/advanced/presets/example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/advanced/presets/example.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/08_joystick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/08_joystick.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/10_matrixandanalog.ino/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/10_matrixandanalog.ino/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/10_matrixandanalog.ino/analog-channels.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/10_matrixandanalog.ino/analog-channels.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/10_matrixandanalog.ino/switch-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/10_matrixandanalog.ino/switch-table.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/30_switches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/30_switches.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/essentials/dahldesignddc.ino.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/essentials/dahldesignddc.ino.md -------------------------------------------------------------------------------- /gitbook/3.-coding/naming-the-controller.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/naming-the-controller.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/digital-outputs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/digital-outputs/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/digital-outputs/firmware-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/digital-outputs/firmware-control.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/digital-outputs/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/digital-outputs/setup.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/digital-outputs/simhub-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/digital-outputs/simhub-control.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/i2c-devices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/i2c-devices/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/i2c-devices/ads1115.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/i2c-devices/ads1115.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/i2c-devices/cat24c512.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/i2c-devices/cat24c512.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/i2c-devices/pca9555.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/i2c-devices/pca9555.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/brightness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/brightness.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/color.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/color.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/led-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/led-functions.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/presets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/firmware-control/presets.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/leds-code-and-connection/simhub-led-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/leds-code-and-connection/simhub-led-control.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/load-cell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/load-cell.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/mouse.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/pwm-circuit-control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/pwm-circuit-control/README.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/pwm-circuit-control/calibrate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/pwm-circuit-control/calibrate.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/pwm-circuit-control/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/pwm-circuit-control/setup.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/pwm-circuit-control/switch-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/pwm-circuit-control/switch-control.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/pwm-circuit-control/trigger-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/pwm-circuit-control/trigger-control.md -------------------------------------------------------------------------------- /gitbook/3.-coding/peripherals/shift-register.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/peripherals/shift-register.md -------------------------------------------------------------------------------- /gitbook/3.-coding/upload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/3.-coding/upload.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/README.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/connect-to-simhub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/connect-to-simhub/README.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/connect-to-simhub/how-does-it-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/connect-to-simhub/how-does-it-work.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/connect-to-simhub/how-to-connect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/connect-to-simhub/how-to-connect.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/connect-to-simhub/how-to-control-it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/connect-to-simhub/how-to-control-it.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/connect-to-simhub/property-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/connect-to-simhub/property-list.md -------------------------------------------------------------------------------- /gitbook/4.-advanced-features/simhub-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/4.-advanced-features/simhub-control.md -------------------------------------------------------------------------------- /gitbook/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/README.md -------------------------------------------------------------------------------- /gitbook/SUMMARY.md​: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/SUMMARY.md​ -------------------------------------------------------------------------------- /gitbook/cb1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/README.md -------------------------------------------------------------------------------- /gitbook/cb1/circuit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/circuit.md -------------------------------------------------------------------------------- /gitbook/cb1/code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/code/README.md -------------------------------------------------------------------------------- /gitbook/cb1/code/complete-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/code/complete-project.md -------------------------------------------------------------------------------- /gitbook/cb1/code/essentials.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/code/essentials.md -------------------------------------------------------------------------------- /gitbook/cb1/code/settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/code/settings.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/README.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-together.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-together.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/1.-open-in-easyeda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-yourself/1.-open-in-easyeda.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/2.-export-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-yourself/2.-export-files.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/3.-edit-pick-and-place.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-yourself/3.-edit-pick-and-place.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/4.-pin-headers-and-jumper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-yourself/4.-pin-headers-and-jumper.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/5.-order-from-jlcpcb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/ordering/order-yourself/5.-order-from-jlcpcb.md -------------------------------------------------------------------------------- /gitbook/cb1/ordering/order-yourself/README.md: -------------------------------------------------------------------------------- 1 | # Order yourself 2 | 3 | -------------------------------------------------------------------------------- /gitbook/cb1/shields/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/shields/README.md -------------------------------------------------------------------------------- /gitbook/cb1/shields/robin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/shields/robin.md -------------------------------------------------------------------------------- /gitbook/cb1/wiring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/cb1/wiring.md -------------------------------------------------------------------------------- /gitbook/collaboration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/collaboration.md -------------------------------------------------------------------------------- /gitbook/fast-ddc/4-encoders-buttons-and-led.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/fast-ddc/4-encoders-buttons-and-led.md -------------------------------------------------------------------------------- /gitbook/fast-ddc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/fast-ddc/README.md -------------------------------------------------------------------------------- /gitbook/fast-ddc/buttons-and-led.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/fast-ddc/buttons-and-led.md -------------------------------------------------------------------------------- /gitbook/fast-ddc/dual-clutches-4-encoders-buttons-and-led.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/fast-ddc/dual-clutches-4-encoders-buttons-and-led.md -------------------------------------------------------------------------------- /gitbook/fast-ddc/dual-clutches-6-encoders-button-matrix-and-led.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/fast-ddc/dual-clutches-6-encoders-button-matrix-and-led.md -------------------------------------------------------------------------------- /gitbook/readme/1.-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/readme/1.-getting-started.md -------------------------------------------------------------------------------- /gitbook/readme/supported-hardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/readme/supported-hardware.md -------------------------------------------------------------------------------- /gitbook/switch-library/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/car-control-functions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/car-control-functions/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/car-control-functions/brakemagic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/car-control-functions/brakemagic.md -------------------------------------------------------------------------------- /gitbook/switch-library/car-control-functions/handbrake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/car-control-functions/handbrake.md -------------------------------------------------------------------------------- /gitbook/switch-library/car-control-functions/quickswitch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/car-control-functions/quickswitch.md -------------------------------------------------------------------------------- /gitbook/switch-library/car-control-functions/throttlehold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/car-control-functions/throttlehold.md -------------------------------------------------------------------------------- /gitbook/switch-library/dds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/dds.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/funkyrotary-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/funkyrotary-1.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/funkyrotary-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/funkyrotary-2.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/funkyrotary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/funkyrotary.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/pec11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/pec11.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/rotary2bit-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/rotary2bit-1.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/rotary2bit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/rotary2bit.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/rotary4bit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/rotary4bit.md -------------------------------------------------------------------------------- /gitbook/switch-library/encoders/rotarypulse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/encoders/rotarypulse.md -------------------------------------------------------------------------------- /gitbook/switch-library/function-button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/function-button.md -------------------------------------------------------------------------------- /gitbook/switch-library/funky-switch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/funky-switch/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/funky-switch/center-push.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/funky-switch/center-push.md -------------------------------------------------------------------------------- /gitbook/switch-library/funky-switch/directional.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/funky-switch/directional.md -------------------------------------------------------------------------------- /gitbook/switch-library/hat-switches.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/hat-switches.md -------------------------------------------------------------------------------- /gitbook/switch-library/led-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/led-control.md -------------------------------------------------------------------------------- /gitbook/switch-library/mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/mouse.md -------------------------------------------------------------------------------- /gitbook/switch-library/multiswitch-complexes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/multiswitch-complexes/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/multiswitch-complexes/hybrid-rotary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/multiswitch-complexes/hybrid-rotary.md -------------------------------------------------------------------------------- /gitbook/switch-library/multiswitch-complexes/modded-encoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/multiswitch-complexes/modded-encoder.md -------------------------------------------------------------------------------- /gitbook/switch-library/multiswitch-complexes/multifunction-rotary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/multiswitch-complexes/multifunction-rotary.md -------------------------------------------------------------------------------- /gitbook/switch-library/multiswitch-complexes/stacked-encoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/multiswitch-complexes/stacked-encoder.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/bite-point-and-launch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/bite-point-and-launch.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/brake-throttle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/brake-throttle.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/clutch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/clutch.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/filtered-curves.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/filtered-curves.md -------------------------------------------------------------------------------- /gitbook/switch-library/pedals-and-paddles/pushbutton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pedals-and-paddles/pushbutton.md -------------------------------------------------------------------------------- /gitbook/switch-library/preset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/preset.md -------------------------------------------------------------------------------- /gitbook/switch-library/pushbutton-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pushbutton-1.md -------------------------------------------------------------------------------- /gitbook/switch-library/pushbutton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pushbutton.md -------------------------------------------------------------------------------- /gitbook/switch-library/pwm-circuit-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/pwm-circuit-control.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/README.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/editing-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/editing-functions.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/quickrotary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/quickrotary.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/rotary4bit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/rotary4bit.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/rotaryanalog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/rotaryanalog.md -------------------------------------------------------------------------------- /gitbook/switch-library/rotary-switches/sw1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/rotary-switches/sw1.md -------------------------------------------------------------------------------- /gitbook/switch-library/utility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/gitbook/switch-library/utility.md -------------------------------------------------------------------------------- /hardware/DDC/avr/boards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/boards.txt -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Caterina-Leonardo.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Caterina-Leonardo.hex -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Caterina-Micro.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Caterina-Micro.hex -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Caterina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Caterina.c -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Caterina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Caterina.h -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Descriptors.c -------------------------------------------------------------------------------- /hardware/DDC/avr/bootloaders/caterina/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/DDC/avr/bootloaders/caterina/Descriptors.h -------------------------------------------------------------------------------- /hardware/MyController/avr/boards.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/boards.txt -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Caterina-Leonardo.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Caterina-Leonardo.hex -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Caterina-Micro.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Caterina-Micro.hex -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Caterina.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Caterina.c -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Caterina.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Caterina.h -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Descriptors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Descriptors.c -------------------------------------------------------------------------------- /hardware/MyController/avr/bootloaders/caterina/Descriptors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/hardware/MyController/avr/bootloaders/caterina/Descriptors.h -------------------------------------------------------------------------------- /images/DDC.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/images/DDC.PNG -------------------------------------------------------------------------------- /images/sw1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/images/sw1.PNG -------------------------------------------------------------------------------- /libraries/DDC32U4/DDC32U4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDC32U4/DDC32U4.cpp -------------------------------------------------------------------------------- /libraries/DDC32U4/DDC32U4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDC32U4/DDC32U4.h -------------------------------------------------------------------------------- /libraries/DDCANJOMOUSE/DDCANJOMOUSE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCANJOMOUSE/DDCANJOMOUSE.cpp -------------------------------------------------------------------------------- /libraries/DDCANJOMOUSE/DDCANJOMOUSE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCANJOMOUSE/DDCANJOMOUSE.h -------------------------------------------------------------------------------- /libraries/DDCANJOMOUSE2040/DDCANJOMOUSE2040.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCANJOMOUSE2040/DDCANJOMOUSE2040.cpp -------------------------------------------------------------------------------- /libraries/DDCANJOMOUSE2040/DDCANJOMOUSE2040.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCANJOMOUSE2040/DDCANJOMOUSE2040.h -------------------------------------------------------------------------------- /libraries/DDCGENCORE/DDCGENCORE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCGENCORE/DDCGENCORE.h -------------------------------------------------------------------------------- /libraries/DDCHID32U4/DDCHID32U4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCHID32U4/DDCHID32U4.cpp -------------------------------------------------------------------------------- /libraries/DDCHID32U4/DDCHID32U4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCHID32U4/DDCHID32U4.h -------------------------------------------------------------------------------- /libraries/DDCHIDSAMD/DDCHIDSAMD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCHIDSAMD/DDCHIDSAMD.cpp -------------------------------------------------------------------------------- /libraries/DDCHIDSAMD/DDCHIDSAMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCHIDSAMD/DDCHIDSAMD.h -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/CONTRIBUTING.md -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/COPYING -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/DDCLEDGEN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/DDCLEDGEN.cpp -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/DDCLEDGEN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/DDCLEDGEN.h -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/README.md -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/esp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/esp.c -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/esp8266.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/esp8266.c -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/RGBWstrandtest/RGBWstrandtest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/RGBWstrandtest/RGBWstrandtest.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestArduinoBLE/StrandtestArduinoBLE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestArduinoBLE/StrandtestArduinoBLE.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestArduinoBLECallback/StrandtestArduinoBLECallback.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestArduinoBLECallback/StrandtestArduinoBLECallback.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE/BLESerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE/BLESerial.cpp -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE/BLESerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE/BLESerial.h -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE/StrandtestBLE.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE/StrandtestBLE.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/BLESerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/BLESerial.cpp -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/BLESerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/BLESerial.h -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/StrandtestBLE_nodelay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/StrandtestBLE_nodelay/StrandtestBLE_nodelay.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/buttoncycler/buttoncycler.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/buttoncycler/buttoncycler.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/simple/simple.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/simple/simple.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/simple_new_operator/simple_new_operator.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/simple_new_operator/simple_new_operator.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/strandtest/strandtest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/strandtest/strandtest.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/strandtest_nodelay/strandtest_nodelay.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/strandtest_nodelay/strandtest_nodelay.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/examples/strandtest_wheel/strandtest_wheel.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/examples/strandtest_wheel/strandtest_wheel.ino -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/kendyte_k210.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/kendyte_k210.c -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/keywords.txt -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/library.properties -------------------------------------------------------------------------------- /libraries/DDCLEDGEN/rp2040_pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCLEDGEN/rp2040_pio.h -------------------------------------------------------------------------------- /libraries/DDCPI/DDCPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCPI/DDCPI.cpp -------------------------------------------------------------------------------- /libraries/DDCPI/DDCPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCPI/DDCPI.h -------------------------------------------------------------------------------- /libraries/DDCSAMD/DDCSAMD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCSAMD/DDCSAMD.cpp -------------------------------------------------------------------------------- /libraries/DDCSAMD/DDCSAMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/libraries/DDCSAMD/DDCSAMD.h -------------------------------------------------------------------------------- /plugin/DDC.Plugin.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasdahl1987/DahlDesignDDC/HEAD/plugin/DDC.Plugin.dll --------------------------------------------------------------------------------