├── .gitignore ├── Learn ├── Examples │ ├── Badge │ │ ├── 01 Display │ │ │ ├── 00 Hello oLED Screen.c │ │ │ ├── 00 Hello oLED Screen.side │ │ │ ├── 01 Position Cursor on Screen.c │ │ │ ├── 01 Position Cursor on Screen.side │ │ │ ├── 02 Screen Character Sizes.c │ │ │ ├── 02 Screen Character Sizes.side │ │ │ ├── 03 Screen Numbers.c │ │ │ ├── 03 Screen Numbers.side │ │ │ ├── 04 Screen Auto ON OFF.c │ │ │ ├── 04 Screen Auto ON OFF.side │ │ │ ├── 05 Display Upside Down.c │ │ │ ├── 05 Display Upside Down.side │ │ │ ├── 06 Display Invert.c │ │ │ ├── 06 Display Invert.side │ │ │ ├── 07 Box and Lines.c │ │ │ ├── 07 Box and Lines.side │ │ │ ├── 08 Plot Points.c │ │ │ ├── 08 Plot Points.side │ │ │ ├── 09 Plot Parabola.c │ │ │ ├── 09 Plot Parabola.side │ │ │ ├── 10 Plot Sine Cosine.c │ │ │ ├── 10 Plot Sine Cosine.side │ │ │ ├── 11 Shapes to Display.c │ │ │ ├── 11 Shapes to Display.side │ │ │ ├── 12 Image to Display.c │ │ │ ├── 12 Image to Display.side │ │ │ ├── 13 Shift Display.c │ │ │ ├── 13 Shift Display.side │ │ │ ├── 14 Multicore Dots.c │ │ │ ├── 14 Multicore Dots.side │ │ │ ├── 15 Multicore Dot Erosion.c │ │ │ └── 15 Multicore Dot Erosion.side │ │ ├── 02 Lights │ │ │ ├── 00 Blink Light.c │ │ │ ├── 00 Blink Light.side │ │ │ ├── 01 Blink Lights.c │ │ │ ├── 01 Blink Lights.side │ │ │ ├── 02 Another Blink Sequence.c │ │ │ ├── 02 Another Blink Sequence.side │ │ │ ├── 03 Control 6 Lights at a Time.c │ │ │ ├── 03 Control 6 Lights at a Time.side │ │ │ ├── 04 RBG LEDs.c │ │ │ ├── 04 RBG LEDs.side │ │ │ ├── 05 Both RGBs with 1 Call.c │ │ │ └── 05 Both RGBs with 1 Call.side │ │ ├── 03 Buttons │ │ │ ├── 00 Check One Button.c │ │ │ ├── 00 Check One Button.side │ │ │ ├── 01 Check Two Buttons.c │ │ │ ├── 01 Check Two Buttons.side │ │ │ ├── 03 Check All Buttons.c │ │ │ ├── 03 Check All Buttons.side │ │ │ ├── 04 Touch Pad State Machine.c │ │ │ └── 04 Touch Pad State Machine.side │ │ ├── 04 Accelerometer │ │ │ ├── 00 Check X Axis.c │ │ │ ├── 00 Check X Axis.side │ │ │ ├── 01 Check X and Y Axes.c │ │ │ ├── 01 Check X and Y Axes.side │ │ │ ├── 02 Check XYZ with One Call.c │ │ │ ├── 02 Check XYZ with One Call.side │ │ │ ├── 03 Check X Tilt Angle.c │ │ │ ├── 03 Check X Tilt Angle.side │ │ │ ├── 04 Check XY Rotation Angle.c │ │ │ ├── 04 Check XY Rotation Angle.side │ │ │ ├── 05 Flip Text if Upside Down.c │ │ │ ├── 05 Flip Text if Upside Down.side │ │ │ ├── 06 Held Steady vs Shaken.c │ │ │ └── 06 Held Steady vs Shaken.side │ │ ├── 05 EEPROM Data Storage │ │ │ ├── 01 Erase Badge EEPROM.c │ │ │ ├── 01 Erase Badge EEPROM.side │ │ │ ├── 02 View First and Last 64 Bytes with Terminal.c │ │ │ ├── 02 View First and Last 64 Bytes with Terminal.side │ │ │ ├── 03 Store Retrieve Strings.c │ │ │ ├── 03 Store Retrieve Strings.side │ │ │ ├── 04 Avoid Repeats.c │ │ │ ├── 04 Avoid Repeats.side │ │ │ ├── 05 Store and Retrieve Info.c │ │ │ ├── 05 Store and Retrieve Info.side │ │ │ ├── 06 Store and Retrieve Data.c │ │ │ └── 06 Store and Retrieve Data.side │ │ ├── 06 Infrared Data │ │ │ ├── 00 Send Strings with IR.c │ │ │ ├── 00 Send Strings with IR.side │ │ │ ├── 01 Receive Strings with IR.c │ │ │ ├── 01 Receive Strings with IR.side │ │ │ ├── 02 Receive and Store IR Strings.c │ │ │ ├── 02 Receive and Store IR Strings.side │ │ │ ├── 03 Send Data with IR.c │ │ │ ├── 03 Send Data with IR.side │ │ │ ├── 04 Receive and Store IR Data.c │ │ │ ├── 04 Receive and Store IR Data.side │ │ │ ├── 05 Contact Manager (1).c │ │ │ ├── 05 Contact Manager (1).side │ │ │ ├── 05 Contact Manager (2).c │ │ │ ├── 05 Contact Manager (2).side │ │ │ ├── 05 Contact Manager (3).c │ │ │ └── 05 Contact Manager (3).side │ │ ├── 07 Audio │ │ │ ├── 01 One Tone Two Seconds.c │ │ │ ├── 01 One Tone Two Seconds.side │ │ │ ├── 02 Tone Volume.c │ │ │ ├── 02 Tone Volume.side │ │ │ ├── 03 Two Tones Mixed.c │ │ │ ├── 03 Two Tones Mixed.side │ │ │ ├── 04 DoReMi.c │ │ │ ├── 04 DoReMi.side │ │ │ ├── 05 Flat Notes.c │ │ │ ├── 05 Flat Notes.side │ │ │ ├── 06 Strum a Chord.c │ │ │ ├── 06 Strum a Chord.side │ │ │ ├── 07 Different Waveforms.c │ │ │ ├── 07 Different Waveforms.side │ │ │ ├── 08 Left vs Right.c │ │ │ ├── 08 Left vs Right.side │ │ │ ├── 09 Stereo Test.c │ │ │ └── 09 Stereo Test.side │ │ ├── 08 Speech │ │ │ ├── 01 Say Hello Goodbye.c │ │ │ ├── 01 Say Hello Goodbye.side │ │ │ ├── 02 Spell Mississippi.c │ │ │ ├── 02 Spell Mississippi.side │ │ │ ├── 03 Different Speaker Tones.c │ │ │ ├── 03 Different Speaker Tones.side │ │ │ ├── 04 Inflections.c │ │ │ ├── 04 Inflections.side │ │ │ ├── 05 Counting.c │ │ │ ├── 05 Counting.side │ │ │ ├── 06 Singing.c │ │ │ └── 06 Singing.side │ │ ├── 09 Time │ │ │ ├── 01 Display Date Time.c │ │ │ ├── 01 Display Date Time.side │ │ │ ├── 02 Display Date Time (Custom).c │ │ │ ├── 02 Display Date Time (Custom).side │ │ │ ├── 03 Set Time.c │ │ │ ├── 03 Set Time.side │ │ │ ├── 04 Send Time with IR.c │ │ │ ├── 04 Send Time with IR.side │ │ │ ├── 05 Receive time with IR.c │ │ │ ├── 05 Receive time with IR.side │ │ │ ├── 06 Time Backup Setup.c │ │ │ ├── 06 Time Backup Setup.side │ │ │ ├── 07 Time with Backup.c │ │ │ └── 07 Time with Backup.side │ │ └── 10 Games │ │ │ ├── Pong.c │ │ │ ├── Pong.side │ │ │ ├── Shooter.c │ │ │ ├── Shooter.h │ │ │ └── Shooter.side │ ├── C Intro │ │ ├── Basics │ │ │ ├── Array Variables.c │ │ │ ├── Array Variables.side │ │ │ ├── Count to Ten.c │ │ │ ├── Count to Ten.side │ │ │ ├── Decide on Multiple Conditions.c │ │ │ ├── Decide on Multiple Conditions.side │ │ │ ├── Decision Chain.c │ │ │ ├── Decision Chain.side │ │ │ ├── Floating Point Calculations.c │ │ │ ├── Floating Point Calculations.side │ │ │ ├── Hello Message.c │ │ │ ├── Hello Message.side │ │ │ ├── Index Array Variables.c │ │ │ ├── Index Array Variables.side │ │ │ ├── Make a Decision.c │ │ │ ├── Make a Decision.side │ │ │ ├── Repeat While.c │ │ │ ├── Repeat While.side │ │ │ ├── Repeat at Least Once.c │ │ │ ├── Repeat at Least Once.side │ │ │ ├── Variables and Calculations.c │ │ │ └── Variables and Calculations.side │ │ └── Functions │ │ │ ├── Function Call.c │ │ │ ├── Function Call.side │ │ │ ├── Function with Parameter.c │ │ │ ├── Function with Parameter.side │ │ │ ├── Function with Parameters and Return Value.c │ │ │ ├── Function with Parameters and Return Value.side │ │ │ ├── Global Exchange.c │ │ │ ├── Global Exchange.side │ │ │ ├── Multicore Example.c │ │ │ └── Multicore Example.side │ ├── Circuits │ │ ├── Blink Light.c │ │ ├── Blink Light.side │ │ ├── Button Display.c │ │ ├── Button Display.side │ │ ├── Count Transitions.c │ │ ├── Count Transitions.side │ │ ├── Measure Volts.c │ │ ├── Measure Volts.side │ │ ├── Piezo Beep.c │ │ ├── Piezo Beep.side │ │ ├── Sense Light.c │ │ ├── Sense Light.side │ │ ├── Set Volts.c │ │ ├── Set Volts.side │ │ ├── Set and Measure Volts.c │ │ ├── Set and Measure Volts.side │ │ ├── Seven Segment.c │ │ └── Seven Segment.side │ ├── Devices │ │ ├── Audio │ │ │ ├── Test WAV Volume.c │ │ │ └── Test WAV Volume.side │ │ ├── Convert │ │ │ ├── Test libdac2ch.c │ │ │ ├── Test libdac2ch.side │ │ │ ├── Test libpwm2ch.c │ │ │ └── Test libpwm2ch.side │ │ ├── Display │ │ │ ├── Hello LCD.c │ │ │ ├── Hello LCD.side │ │ │ ├── Hello VGA.c │ │ │ ├── Hello VGA.side │ │ │ ├── ePaper Count Down.c │ │ │ ├── ePaper Count Down.side │ │ │ ├── ePaper Draw Lines.c │ │ │ ├── ePaper Draw Lines.side │ │ │ ├── ePaper Random Pixels.c │ │ │ ├── ePaper Random Pixels.side │ │ │ ├── ePaper Test Coordinates.c │ │ │ └── ePaper Test Coordinates.side │ │ ├── Interface │ │ │ ├── Keypad 4x4 Add Subtract.c │ │ │ ├── Keypad 4x4 Add Subtract.side │ │ │ ├── Keypad 4x4 Countdown Timer.c │ │ │ ├── Keypad 4x4 Countdown Timer.side │ │ │ ├── Keypad 4x4 Digits to Numbers.c │ │ │ ├── Keypad 4x4 Digits to Numbers.side │ │ │ ├── Keypad 4x4 Read Keys.c │ │ │ ├── Keypad 4x4 Read Keys.side │ │ │ ├── Keypad 4x4 Read Simultaneous Keys.c │ │ │ └── Keypad 4x4 Read Simultaneous Keys.side │ │ ├── Light │ │ │ ├── ws2812 Demo.c │ │ │ ├── ws2812 Demo.side │ │ │ ├── ws2812 Simple Test.c │ │ │ └── ws2812 Simple Test.side │ │ ├── Memory │ │ │ ├── EEPROM Data.c │ │ │ ├── EEPROM Data.side │ │ │ ├── EEPROM Progam Modes.c │ │ │ ├── EEPROM Progam Modes.side │ │ │ ├── SD Datalogger.c │ │ │ ├── SD Datalogger.side │ │ │ ├── SD Minimal.c │ │ │ ├── SD Minimal.side │ │ │ ├── SD for Text Files and Back to Variables.c │ │ │ ├── SD for Text Files and Back to Variables.side │ │ │ ├── SD with Tests.c │ │ │ └── SD with Tests.side │ │ ├── Motor │ │ │ ├── DC │ │ │ │ ├── Two DC Motors 60 Percent.c │ │ │ │ └── Two DC Motors 60 Percent.side │ │ │ ├── Servo │ │ │ │ ├── Standard Servo Position.c │ │ │ │ ├── Standard Servo Position.side │ │ │ │ ├── Standard Servo with Ramping.c │ │ │ │ └── Standard Servo with Ramping.side │ │ │ └── Servo360 │ │ │ │ ├── Dev │ │ │ │ ├── Test Resetting the Angle (1).c │ │ │ │ ├── Test Resetting the Angle (1).side │ │ │ │ ├── Test Resetting the Angle.c │ │ │ │ ├── Test Resetting the Angle.side │ │ │ │ ├── Test Setting Angle Limits.c │ │ │ │ └── Test Setting Angle Limits.side │ │ │ │ ├── Goto new angle from current angle.c │ │ │ │ ├── Goto new angle from current angle.side │ │ │ │ ├── Set Angles 1 servo.c │ │ │ │ ├── Set Angles 1 servo.side │ │ │ │ ├── Set Angles 2 servos.c │ │ │ │ ├── Set Angles 2 servos.side │ │ │ │ ├── Set Angles 3 servos.c │ │ │ │ ├── Set Angles 3 servos.side │ │ │ │ ├── Set Angles 4 servos.c │ │ │ │ ├── Set Angles 4 servos.side │ │ │ │ ├── Set Speeds.c │ │ │ │ └── Set Speeds.side │ │ ├── Sensor │ │ │ ├── Accelerometer 3-Axis LIS3DH │ │ │ │ ├── LIS3DH Test ADC mV with Calibration.c │ │ │ │ ├── LIS3DH Test ADC mV with Calibration.side │ │ │ │ ├── LIS3DH Test ADC mV.c │ │ │ │ ├── LIS3DH Test ADC mV.side │ │ │ │ ├── LIS3DH Test ADC.c │ │ │ │ ├── LIS3DH Test ADC.side │ │ │ │ ├── LIS3DH Test Acceleration.c │ │ │ │ ├── LIS3DH Test Acceleration.side │ │ │ │ ├── LIS3DH Test Range.c │ │ │ │ ├── LIS3DH Test Range.side │ │ │ │ ├── LIS3DH Test Resolution.c │ │ │ │ ├── LIS3DH Test Resolution.side │ │ │ │ ├── LIS3DH Test SPI 3-Wire Init.c │ │ │ │ ├── LIS3DH Test SPI 3-Wire Init.side │ │ │ │ ├── LIS3DH Test SPI 4-Wire Init.c │ │ │ │ ├── LIS3DH Test SPI 4-Wire Init.side │ │ │ │ ├── LIS3DH Test Temperature Sensor.c │ │ │ │ ├── LIS3DH Test Temperature Sensor.side │ │ │ │ ├── LIS3DH Test Tilt Angles.c │ │ │ │ ├── LIS3DH Test Tilt Angles.side │ │ │ │ ├── LIS3DH Test g-Force.c │ │ │ │ ├── LIS3DH Test g-Force.side │ │ │ │ ├── LIS3DH Test of two modules.c │ │ │ │ ├── LIS3DH Test of two modules.side │ │ │ │ ├── LIS3DH Tests.c │ │ │ │ └── LIS3DH Tests.side │ │ │ ├── Accelerometer 3-Axis MMA7455 │ │ │ │ ├── Test MMA7455.c │ │ │ │ └── Test MMA7455.side │ │ │ ├── Accelerometer MX2125 │ │ │ │ ├── Test 2125 Acceleration.c │ │ │ │ ├── Test 2125 Acceleration.side │ │ │ │ ├── Test 2125 Rotation.c │ │ │ │ ├── Test 2125 Rotation.side │ │ │ │ ├── Test 2125 Tilt.c │ │ │ │ └── Test 2125 Tilt.side │ │ │ ├── Air Quality BME680 │ │ │ │ ├── bme680_adjust_sensor_settings.c │ │ │ │ ├── bme680_adjust_sensor_settings.side │ │ │ │ ├── bme680_display_values_using_SPI.c │ │ │ │ ├── bme680_display_values_using_SPI.side │ │ │ │ ├── bme680_display_values_using_i2c.c │ │ │ │ ├── bme680_display_values_using_i2c.side │ │ │ │ ├── bme680_toggle_heater.c │ │ │ │ └── bme680_toggle_heater.side │ │ │ ├── ColorPAL │ │ │ │ ├── Test ColorPAL.c │ │ │ │ └── Test ColorPAL.side │ │ │ ├── Compass 3-Axis HMC5883L │ │ │ │ ├── Test Compass HMC5883L.c │ │ │ │ └── Test Compass HMC5883L.side │ │ │ ├── Fingerprint Scanner │ │ │ │ ├── Fingerprint Scanner Example Program.c │ │ │ │ └── Fingerprint Scanner Example Program.side │ │ │ ├── GPS │ │ │ │ ├── PAM-7Q GPS Test.c │ │ │ │ └── PAM-7Q GPS Test.side │ │ │ ├── Joystick │ │ │ │ ├── joystick_adc.c │ │ │ │ └── joystick_adc.side │ │ │ ├── PIR Motion │ │ │ │ ├── PIR Rev B.c │ │ │ │ └── PIR Rev B.side │ │ │ ├── Ping))) Ultrasonic Distance │ │ │ │ ├── Test Ping Distance.c │ │ │ │ └── Test Ping Distance.side │ │ │ ├── RFID Serial │ │ │ │ ├── RFID Read and Compare.c │ │ │ │ ├── RFID Read and Compare.side │ │ │ │ ├── RFID Read.c │ │ │ │ └── RFID Read.side │ │ │ └── Sound Impact │ │ │ │ ├── SoundImpactSensor OtherCog.c │ │ │ │ ├── SoundImpactSensor OtherCog.side │ │ │ │ ├── SoundImpactSensor OtherCogFeatures.c │ │ │ │ ├── SoundImpactSensor OtherCogFeatures.side │ │ │ │ ├── SoundImpactSensor Simple.c │ │ │ │ ├── SoundImpactSensor Simple.side │ │ │ │ ├── SoundImpactSensor StateMachine.c │ │ │ │ └── SoundImpactSensor StateMachine.side │ │ └── TV Remote │ │ │ ├── Test SIRC Remote.c │ │ │ └── Test SIRC Remote.side │ ├── Multicore │ │ ├── Cog End Example.c │ │ ├── Cog End Example.side │ │ ├── Cog Info Exchange.c │ │ ├── Cog Info Exchange.side │ │ ├── Cog Run Example.c │ │ ├── Cog Run Example.side │ │ ├── Cog Stack Usage Test.c │ │ ├── Cog Stack Usage Test.side │ │ ├── Print from Other Core.c │ │ └── Print from Other Core.side │ ├── Network │ │ └── WiFi │ │ │ ├── 01-first-web-page.html │ │ │ ├── 02-heading-paragraph.html │ │ │ ├── 03-button-no-action.html │ │ │ ├── 04-button-with-javascript.html │ │ │ ├── 05-button-changes-text.html │ │ │ ├── 06-text-enter-display.html │ │ │ ├── ActivityBot Buttons Host.c │ │ │ ├── ActivityBot Buttons Host.side │ │ │ ├── ActivityBot Buttons IR Speed Host.c │ │ │ ├── ActivityBot Buttons IR Speed Host.side │ │ │ ├── Check Station IP Address.c │ │ │ ├── Check Station IP Address.side │ │ │ ├── IFTTT Send Email.c │ │ │ ├── IFTTT Send Email.side │ │ │ ├── Join a Network.c │ │ │ ├── Join a Network.side │ │ │ ├── Leave a Network.c │ │ │ ├── Leave a Network.side │ │ │ ├── Light Controls Canvas Host.c │ │ │ ├── Light Controls Canvas Host.side │ │ │ ├── Page Controls Servo Host.c │ │ │ ├── Page Controls Servo Host.side │ │ │ ├── Page Controls light Host.c │ │ │ ├── Page Controls light Host.side │ │ │ ├── Page Displays Buttons Host.c │ │ │ ├── Page Displays Buttons Host.side │ │ │ ├── Pot Controls Canvas Host.c │ │ │ ├── Pot Controls Canvas Host.side │ │ │ ├── Prop to Prop via WX (Client).c │ │ │ ├── Prop to Prop via WX (Client).side │ │ │ ├── Prop to Prop via WX (Host).c │ │ │ ├── Prop to Prop via WX (Host).side │ │ │ ├── Prop to Prop via WX Verbose (Client).c │ │ │ ├── Prop to Prop via WX Verbose (Client).side │ │ │ ├── Prop to Prop via WX Verbose (Host).c │ │ │ ├── Prop to Prop via WX Verbose (Host).side │ │ │ ├── Switch to STA + AP mode.c │ │ │ ├── Switch to STA + AP mode.side │ │ │ ├── Temperature from OpenWeatherMap.c │ │ │ ├── Temperature from OpenWeatherMap.side │ │ │ ├── Test Serial Commands.c │ │ │ ├── Test Serial Commands.side │ │ │ ├── Text Page to Micro Host.c │ │ │ ├── Text Page to Micro Host.side │ │ │ ├── Text from www page with TCP.c │ │ │ ├── Text from www page with TCP.side │ │ │ ├── Val from Micro Host.c │ │ │ ├── Val from Micro Host.side │ │ │ ├── Ws ActivityBot Btns Ir Speed Host.c │ │ │ ├── Ws ActivityBot Btns Ir Speed Host.side │ │ │ ├── activitybot-btns-ir-speed.html │ │ │ ├── activitybot-btns.html │ │ │ ├── light-controls-canvas.html │ │ │ ├── obstacle-both.png │ │ │ ├── obstacle-left.png │ │ │ ├── obstacle-none.png │ │ │ ├── obstacle-right.png │ │ │ ├── page-controls-light.html │ │ │ ├── page-controls-servo.html │ │ │ ├── page-displays-buttons.html │ │ │ ├── pot-controls-canvas.html │ │ │ ├── text-page-to-micro.html │ │ │ ├── val-from-micro.html │ │ │ └── ws-activitybot-btns-ir-speed.html │ ├── Protocols │ │ ├── Hello Serial LCD.c │ │ ├── Hello Serial LCD.side │ │ ├── I2C Slave IO Expander.c │ │ ├── I2C Slave IO Expander.side │ │ ├── MMA7455 Test Z Axis with SPI.c │ │ ├── MMA7455 Test Z Axis with SPI.side │ │ ├── Test 24LC512 with I2C.c │ │ ├── Test 24LC512 with I2C.side │ │ ├── Test Masks for SPI.c │ │ ├── Test Masks for SPI.side │ │ ├── XBee UART Command Mode Example.c │ │ ├── XBee UART Command Mode Example.side │ │ ├── XBee UART Loopback.c │ │ └── XBee UART Loopback.side │ └── Robots │ │ ├── ActivityBot │ │ ├── AB Interpreter.c │ │ ├── AB Interpreter.side │ │ ├── ActivitiyBot Display Calibration Results.c │ │ ├── ActivitiyBot Display Calibration Results.side │ │ ├── ActivitiyBot Display Calibration.c │ │ ├── ActivitiyBot Display Calibration.side │ │ ├── ActivityBot Calibrate.c │ │ ├── ActivityBot Calibrate.side │ │ ├── Center Servos.c │ │ ├── Center Servos.side │ │ ├── Detect and Turn from Obstacle.c │ │ ├── Detect and Turn from Obstacle.side │ │ ├── Follow with Ping.c │ │ ├── Follow with Ping.side │ │ ├── Forward Stop Face Right.c │ │ ├── Forward Stop Face Right.side │ │ ├── Forward then Stop.c │ │ ├── Forward then Stop.side │ │ ├── IR Roaming.c │ │ ├── IR Roaming.side │ │ ├── NAVSET.TXT │ │ ├── Navigate by Light.c │ │ ├── Navigate by Light.side │ │ ├── Roaming with Whiskers.c │ │ ├── Roaming with Whiskers.side │ │ ├── Speeds for Navigation.c │ │ ├── Speeds for Navigation.side │ │ ├── Test Encoder Connections.c │ │ ├── Test Encoder Connections.side │ │ ├── Test IR Detectors.c │ │ ├── Test IR Detectors.side │ │ ├── Test Light Sensors Graphical.c │ │ ├── Test Light Sensors Graphical.side │ │ ├── Test Light Sensors.c │ │ ├── Test Light Sensors.side │ │ ├── Test Ping.c │ │ ├── Test Ping.side │ │ ├── Test Whiskers with LEDs.c │ │ ├── Test Whiskers with LEDs.side │ │ ├── Test Whiskers with Terminal.c │ │ ├── Test Whiskers with Terminal.side │ │ ├── Whiskers Push Bot.c │ │ └── Whiskers Push Bot.side │ │ ├── ActivityBot360 │ │ ├── AB Interpreter.c │ │ ├── AB Interpreter.side │ │ ├── ActivitiyBot360 Clear Calibration Settings.c │ │ ├── ActivitiyBot360 Clear Calibration Settings.side │ │ ├── ActivitiyBot360 Display Calibration Results.c │ │ ├── ActivitiyBot360 Display Calibration Results.side │ │ ├── ActivitiyBot360 Display Calibration.c │ │ ├── ActivitiyBot360 Display Calibration.side │ │ ├── ActivityBot360 Calibrate.c │ │ ├── ActivityBot360 Calibrate.side │ │ ├── Detect and Turn from Obstacle.c │ │ ├── Detect and Turn from Obstacle.side │ │ ├── Dev │ │ │ ├── Velocity Control System Tuning Fast.c │ │ │ ├── Velocity Control System Tuning Fast.side │ │ │ ├── Velocity Control System Tuning.c │ │ │ └── Velocity Control System Tuning.side │ │ ├── Follow with Ping.c │ │ ├── Follow with Ping.side │ │ ├── Forward Stop Face Right.c │ │ ├── Forward Stop Face Right.side │ │ ├── Forward then Stop.c │ │ ├── Forward then Stop.side │ │ ├── IR Follow the Leader.c │ │ ├── IR Follow the Leader.side │ │ ├── IR Roaming.c │ │ ├── IR Roaming.side │ │ ├── NAVSET.TXT │ │ ├── Navigate by Light.c │ │ ├── Navigate by Light.side │ │ ├── Roaming with Whiskers.c │ │ ├── Roaming with Whiskers.side │ │ ├── Speeds for Navigation.c │ │ ├── Speeds for Navigation.side │ │ ├── Test Feedback Connections.c │ │ ├── Test Feedback Connections.side │ │ ├── Test IR Detectors.c │ │ ├── Test IR Detectors.side │ │ ├── Test IR Distances.c │ │ ├── Test IR Distances.side │ │ ├── Test Light Sensors Graphical.c │ │ ├── Test Light Sensors Graphical.side │ │ ├── Test Light Sensors.c │ │ ├── Test Light Sensors.side │ │ ├── Test Ping.c │ │ ├── Test Ping.side │ │ ├── Test Whiskers with LEDs.c │ │ ├── Test Whiskers with LEDs.side │ │ ├── Test Whiskers with Terminal.c │ │ ├── Test Whiskers with Terminal.side │ │ ├── Whiskers Push Bot.c │ │ ├── Whiskers Push Bot.side │ │ ├── drive_goto variations.c │ │ └── drive_goto variations.side │ │ ├── Arlo │ │ ├── Arlo - Control System Adjustments.c │ │ ├── Arlo - Control System Adjustments.side │ │ ├── Arlo - No Surprise Maneuvers.c │ │ ├── Arlo - No Surprise Maneuvers.side │ │ ├── Arlo - Serial through arlodrive.c │ │ ├── Arlo - Serial through arlodrive.side │ │ ├── Arlo - Serial through fdserial.c │ │ ├── Arlo - Serial through fdserial.side │ │ ├── Arlo - SimpleIDE Terminal Command Mode.c │ │ ├── Arlo - SimpleIDE Terminal Command Mode.side │ │ ├── Arlo - Test Activity Board and DHB-10 Communication.c │ │ ├── Arlo - Test Activity Board and DHB-10 Communication.side │ │ ├── Arlo - Test Encoder Connections.c │ │ ├── Arlo - Test Encoder Connections.side │ │ ├── Arlo - Test Motor Connections.c │ │ ├── Arlo - Test Motor Connections.side │ │ ├── Arlo - Test Ping Array.c │ │ ├── Arlo - Test Ping Array.side │ │ ├── Forward Stop Face Right (1).c │ │ ├── Forward Stop Face Right (1).side │ │ ├── Forward Stop Face Right (2).c │ │ ├── Forward Stop Face Right (2).side │ │ ├── Forward Stop Face Right (3).c │ │ ├── Forward Stop Face Right (3).side │ │ ├── Forward Stop Face Right.c │ │ ├── Forward Stop Face Right.side │ │ ├── IR Remote Arlo Control (1).c │ │ ├── IR Remote Arlo Control (1).side │ │ ├── IR Remote Arlo Control.c │ │ ├── IR Remote Arlo Control.side │ │ ├── Speeds for Navigation.c │ │ └── Speeds for Navigation.side │ │ └── Parallaxy │ │ ├── Parallaxy Calibrate.c │ │ ├── Parallaxy Calibrate.side │ │ ├── Parallaxy Calibration Results.c │ │ ├── Parallaxy Calibration Results.side │ │ ├── Parallaxy Load Firmware.c │ │ └── Parallaxy Load Firmware.side ├── Library Cog and EEPROM Usage.html ├── Simple Libraries Index.html ├── Simple Libraries │ ├── Audio │ │ ├── libsound │ │ │ ├── Documentation sound Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── audiosynth.spin │ │ │ ├── cmm │ │ │ │ └── libsound.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sound_8h.html │ │ │ │ ├── sound_8h_source.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libsound.c │ │ │ ├── libsound.side │ │ │ ├── lmm │ │ │ │ └── libsound.a │ │ │ ├── sound.c │ │ │ └── sound.h │ │ ├── libtext2speech │ │ │ ├── Documentation text2speech Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── Original Spin Source │ │ │ │ ├── Parallax Serial Terminal plus.spin │ │ │ │ ├── Propeller Board of Education.spin │ │ │ │ ├── SimpleTalk.spin │ │ │ │ ├── Timing.spin │ │ │ │ ├── VocalTract.spin │ │ │ │ ├── talk.spin │ │ │ │ ├── talk_demo.spin │ │ │ │ └── talk_demo2.spin │ │ │ ├── ParallaxLogo.png │ │ │ ├── VocalTract.c │ │ │ ├── cmm │ │ │ │ └── libtext2speech.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ ├── tabs.css │ │ │ │ ├── text2speech_8h.html │ │ │ │ └── text2speech_8h_source.html │ │ │ ├── libtext2speech.c │ │ │ ├── libtext2speech.side │ │ │ ├── lmm │ │ │ │ └── libtext2speech.a │ │ │ ├── talk.c │ │ │ └── text2speech.h │ │ └── libwavplayer │ │ │ ├── Documentation wavplayer Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libwavplayer.a │ │ │ ├── html │ │ │ ├── ParallaxLogo-S200.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── menu.js │ │ │ ├── menudata.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── wavplayer_8c.html │ │ │ ├── wavplayer_8h.html │ │ │ └── wavplayer_8h_source.html │ │ │ ├── libwavplayer.c │ │ │ ├── libwavplayer.side │ │ │ ├── lmm │ │ │ └── libwavplayer.a │ │ │ ├── wavplayer.c │ │ │ └── wavplayer.h │ ├── Convert │ │ ├── libabvolts │ │ │ ├── Documentation abvolts Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── abvolts.c │ │ │ ├── abvolts.h │ │ │ ├── abvoltsDA.c │ │ │ ├── abvoltsF.c │ │ │ ├── cmm │ │ │ │ └── libabvolts.a │ │ │ ├── daCalibrate.c │ │ │ ├── daVolts.c │ │ │ ├── getScale.c │ │ │ ├── html │ │ │ │ ├── abvolts_8h.html │ │ │ │ ├── abvolts_8h_source.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libabvolts.c │ │ │ ├── libabvolts.side │ │ │ └── lmm │ │ │ │ └── libabvolts.a │ │ ├── libadcACpropab │ │ │ ├── Documentation adcACpropab Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── adcACpropab.c │ │ │ ├── adcACpropab.cogc │ │ │ ├── adcACpropab.h │ │ │ ├── cmm │ │ │ │ ├── adcACpropab.cog │ │ │ │ └── libadcACpropab.a │ │ │ ├── html │ │ │ │ ├── adc_a_cpropab_8c.html │ │ │ │ ├── adc_a_cpropab_8h.html │ │ │ │ ├── adc_a_cpropab_8h_source.html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── struct_adc_box.html │ │ │ │ ├── struct_adc_mailbox.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libadcACpropab.c │ │ │ ├── libadcACpropab.side │ │ │ └── lmm │ │ │ │ ├── adcACpropab.cog │ │ │ │ └── libadcACpropab.a │ │ ├── libadcDCpropab │ │ │ ├── Documentation adcDCpropab Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── adcDCVpropab.c │ │ │ ├── adcDCpropab.c │ │ │ ├── adcDCpropab.h │ │ │ ├── cmm │ │ │ │ └── libadcDCpropab.a │ │ │ ├── html │ │ │ │ ├── adc_d_c_vpropab_8c.html │ │ │ │ ├── adc_d_cpropab_8c.html │ │ │ │ ├── adc_d_cpropab_8h.html │ │ │ │ ├── adc_d_cpropab_8h_source.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libadcDCpropab.c │ │ │ ├── libadcDCpropab.side │ │ │ └── lmm │ │ │ │ └── libadcDCpropab.a │ │ ├── libdac2ch │ │ │ ├── Documentation dac2ch Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libdac2ch.a │ │ │ ├── dac2ch.c │ │ │ ├── dac2ch.h │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── dac2ch_8h.html │ │ │ │ ├── dac2ch_8h_source.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── structdac2ch__st.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libdac2ch.c │ │ │ └── libdac2ch.side │ │ ├── libdacctr │ │ │ ├── Documentation dacctr Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libdacctr.a │ │ │ ├── dacctr.c │ │ │ ├── dacctr.h │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── dacctr_8h.html │ │ │ │ ├── dacctr_8h_source.html │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── struct_dac_addr.html │ │ │ │ ├── struct_dac_cog_memory.html │ │ │ │ ├── struct_dac_control.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libdacctr.c │ │ │ ├── libdacctr.side │ │ │ └── lmm │ │ │ │ └── libdacctr.a │ │ ├── libpwm2ch │ │ │ ├── Documentation pwm2ch Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libpwm2ch.a │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── pwm2ch_8h.html │ │ │ │ ├── pwm2ch_8h_source.html │ │ │ │ ├── splitbar.png │ │ │ │ ├── structpwm2ch__st.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libpwm2ch.c │ │ │ ├── libpwm2ch.side │ │ │ ├── pwm2ch.c │ │ │ └── pwm2ch.h │ │ └── libspi_adc │ │ │ ├── MCP3202.c │ │ │ ├── MCP3202.side │ │ │ ├── spi_adc.c │ │ │ └── spi_adc.h │ ├── Display │ │ ├── libil3820 │ │ │ ├── Documentation il3820 Library.html │ │ │ ├── cmm │ │ │ │ └── libil3820.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo-W534.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── il3820_8h.html │ │ │ │ ├── il3820_8h_source.html │ │ │ │ ├── il3820__clear_8c.html │ │ │ │ ├── il3820__clear_8c_source.html │ │ │ │ ├── il3820__draw_line_8c.html │ │ │ │ ├── il3820__draw_line_8c_source.html │ │ │ │ ├── il3820__draw_pixel_8c.html │ │ │ │ ├── il3820__draw_pixel_8c_source.html │ │ │ │ ├── il3820__init_8c.html │ │ │ │ ├── il3820__init_8c_source.html │ │ │ │ ├── il3820__reset_8c.html │ │ │ │ ├── il3820__reset_8c_source.html │ │ │ │ ├── il3820__sleep_wake_8c.html │ │ │ │ ├── il3820__sleep_wake_8c_source.html │ │ │ │ ├── il3820__spi_write_8c.html │ │ │ │ ├── il3820__spi_write_8c_source.html │ │ │ │ ├── il3820__update_8c.html │ │ │ │ ├── il3820__update_8c_source.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── libil3820_8c.html │ │ │ │ ├── libil3820_8c_source.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── search │ │ │ │ │ ├── close.png │ │ │ │ │ ├── mag_sel.png │ │ │ │ │ ├── nomatches.html │ │ │ │ │ ├── search.css │ │ │ │ │ ├── search.js │ │ │ │ │ ├── search_l.png │ │ │ │ │ ├── search_m.png │ │ │ │ │ ├── search_r.png │ │ │ │ │ └── searchdata.js │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── il3820.h │ │ │ ├── il3820_clear.c │ │ │ ├── il3820_drawLine.c │ │ │ ├── il3820_drawPixel.c │ │ │ ├── il3820_init.c │ │ │ ├── il3820_reset.c │ │ │ ├── il3820_sleepWake.c │ │ │ ├── il3820_spiWrite.c │ │ │ ├── il3820_update.c │ │ │ ├── libil3820.c │ │ │ ├── libil3820.side │ │ │ ├── lmm │ │ │ │ └── libil3820.a │ │ │ └── tags │ │ ├── liblcdParallel │ │ │ ├── Documentation lcdParallel Library.html │ │ │ ├── ParallaxLogo-S200.png │ │ │ ├── cmm │ │ │ │ └── liblcdParallel.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo-S200.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── lcd_parallel_8h.html │ │ │ │ ├── lcd_parallel_8h_source.html │ │ │ │ ├── lcd_parallel__clear_8c.html │ │ │ │ ├── lcd_parallel__create_char_8c.html │ │ │ │ ├── lcd_parallel__cursor_8c.html │ │ │ │ ├── lcd_parallel__direction_8c.html │ │ │ │ ├── lcd_parallel__display_8c.html │ │ │ │ ├── lcd_parallel__home_8c.html │ │ │ │ ├── lcd_parallel__init_8c.html │ │ │ │ ├── lcd_parallel__print_8c.html │ │ │ │ ├── lcd_parallel__scroll_8c.html │ │ │ │ ├── lcd_parallel__send_8c.html │ │ │ │ ├── lcd_parallel__set_cursor_8c.html │ │ │ │ ├── liblcd_parallel_8c.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── lcdParallel.h │ │ │ ├── lcdParallel_clear.c │ │ │ ├── lcdParallel_createChar.c │ │ │ ├── lcdParallel_cursor.c │ │ │ ├── lcdParallel_direction.c │ │ │ ├── lcdParallel_display.c │ │ │ ├── lcdParallel_home.c │ │ │ ├── lcdParallel_init.c │ │ │ ├── lcdParallel_print.c │ │ │ ├── lcdParallel_scroll.c │ │ │ ├── lcdParallel_send.c │ │ │ ├── lcdParallel_setCursor.c │ │ │ ├── liblcdParallel.c │ │ │ ├── liblcdParallel.side │ │ │ ├── liblcdParalleli2c.c │ │ │ ├── liblcdParalleli2c.side │ │ │ └── lmm │ │ │ │ └── liblcdParallel.a │ │ ├── liboledc │ │ │ ├── Documentation oledc Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── liboledc.a │ │ │ ├── html │ │ │ │ ├── arrowdown.png │ │ │ │ ├── arrowright.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_a.html │ │ │ │ ├── globals_b.html │ │ │ │ ├── globals_c.html │ │ │ │ ├── globals_d.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_f.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_g.html │ │ │ │ ├── globals_h.html │ │ │ │ ├── globals_i.html │ │ │ │ ├── globals_k.html │ │ │ │ ├── globals_l.html │ │ │ │ ├── globals_m.html │ │ │ │ ├── globals_n.html │ │ │ │ ├── globals_o.html │ │ │ │ ├── globals_p.html │ │ │ │ ├── globals_r.html │ │ │ │ ├── globals_s.html │ │ │ │ ├── globals_t.html │ │ │ │ ├── globals_v.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── globals_w.html │ │ │ │ ├── globals_y.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── liboledc_8c.html │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── oledc___8c.html │ │ │ │ ├── oledc___8h.html │ │ │ │ ├── oledc___8h_source.html │ │ │ │ ├── oledc__begin_8c.html │ │ │ │ ├── oledc__bitmap_8c.html │ │ │ │ ├── oledc__clear_8c.html │ │ │ │ ├── oledc__color565_8c.html │ │ │ │ ├── oledc__copy_8c.html │ │ │ │ ├── oledc__draw_char_large_8c.html │ │ │ │ ├── oledc__draw_char_medium_8c.html │ │ │ │ ├── oledc__draw_char_small_8c.html │ │ │ │ ├── oledc__draw_circle_8c.html │ │ │ │ ├── oledc__draw_circle_helper_8c.html │ │ │ │ ├── oledc__draw_fast_lines_8c.html │ │ │ │ ├── oledc__draw_line_8c.html │ │ │ │ ├── oledc__draw_pixel_8c.html │ │ │ │ ├── oledc__draw_rect_8c.html │ │ │ │ ├── oledc__draw_round_rect_8c.html │ │ │ │ ├── oledc__draw_triangle_8c.html │ │ │ │ ├── oledc__fill_circle_8c.html │ │ │ │ ├── oledc__fill_circle_helper_8c.html │ │ │ │ ├── oledc__fill_rect_8c.html │ │ │ │ ├── oledc__fill_round_rect_8c.html │ │ │ │ ├── oledc__fill_triangle_8c.html │ │ │ │ ├── oledc__font_large_bubble_8c.html │ │ │ │ ├── oledc__font_large_bubble_8h.html │ │ │ │ ├── oledc__font_large_bubble_8h_source.html │ │ │ │ ├── oledc__font_large_sans_8h.html │ │ │ │ ├── oledc__font_large_sans_8h_source.html │ │ │ │ ├── oledc__font_large_script_8h.html │ │ │ │ ├── oledc__font_large_script_8h_source.html │ │ │ │ ├── oledc__font_large_serif_8h.html │ │ │ │ ├── oledc__font_large_serif_8h_source.html │ │ │ │ ├── oledc__font_medium_bubble_8h.html │ │ │ │ ├── oledc__font_medium_bubble_8h_source.html │ │ │ │ ├── oledc__font_medium_sans_8h.html │ │ │ │ ├── oledc__font_medium_sans_8h_source.html │ │ │ │ ├── oledc__font_medium_script_8h.html │ │ │ │ ├── oledc__font_medium_script_8h_source.html │ │ │ │ ├── oledc__font_medium_serif_8h.html │ │ │ │ ├── oledc__font_medium_serif_8h_source.html │ │ │ │ ├── oledc__get_cursor_8c.html │ │ │ │ ├── oledc__get_screen_info_8c.html │ │ │ │ ├── oledc__go_to_8c.html │ │ │ │ ├── oledc__init_8c.html │ │ │ │ ├── oledc__invert_display_8c.html │ │ │ │ ├── oledc__print_8c.html │ │ │ │ ├── oledc__scroll_start_8c.html │ │ │ │ ├── oledc__scroll_stop_8c.html │ │ │ │ ├── oledc__set_cursor_8c.html │ │ │ │ ├── oledc__set_rotation_8c.html │ │ │ │ ├── oledc__set_text_8c.html │ │ │ │ ├── oledc__spi_write_8c.html │ │ │ │ ├── oledc__write_8c.html │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── liboledc.c │ │ │ ├── liboledc.side │ │ │ ├── lmm │ │ │ │ └── liboledc.a │ │ │ ├── oledc.h │ │ │ ├── oledc_bitmap.c │ │ │ ├── oledc_clear.c │ │ │ ├── oledc_color565.c │ │ │ ├── oledc_copy.c │ │ │ ├── oledc_drawCharLarge.c │ │ │ ├── oledc_drawCharMedium.c │ │ │ ├── oledc_drawCharSmall.c │ │ │ ├── oledc_drawCircle.c │ │ │ ├── oledc_drawCircleHelper.c │ │ │ ├── oledc_drawFastLines.c │ │ │ ├── oledc_drawLine.c │ │ │ ├── oledc_drawPixel.c │ │ │ ├── oledc_drawRect.c │ │ │ ├── oledc_drawRoundRect.c │ │ │ ├── oledc_drawText.c │ │ │ ├── oledc_drawTriangle.c │ │ │ ├── oledc_fillCircle.c │ │ │ ├── oledc_fillCircleHelper.c │ │ │ ├── oledc_fillRect.c │ │ │ ├── oledc_fillRoundRect.c │ │ │ ├── oledc_fillTriangle.c │ │ │ ├── oledc_fontLargeBubble.c │ │ │ ├── oledc_fontLargeBubble.h │ │ │ ├── oledc_fontLargeSans.h │ │ │ ├── oledc_fontLargeScript.h │ │ │ ├── oledc_fontLargeSerif.h │ │ │ ├── oledc_fontMediumBubble.h │ │ │ ├── oledc_fontMediumSans.h │ │ │ ├── oledc_fontMediumScript.h │ │ │ ├── oledc_fontMediumSerif.h │ │ │ ├── oledc_getCursor.c │ │ │ ├── oledc_getScreenInfo.c │ │ │ ├── oledc_goTo.c │ │ │ ├── oledc_init.c │ │ │ ├── oledc_invertDisplay.c │ │ │ ├── oledc_print.c │ │ │ ├── oledc_scrollStart.c │ │ │ ├── oledc_scrollStop.c │ │ │ ├── oledc_setCursor.c │ │ │ ├── oledc_setRotation.c │ │ │ ├── oledc_setText.c │ │ │ ├── oledc_sleepWake.c │ │ │ ├── oledc_spiWrite.c │ │ │ └── oledc_write.c │ │ ├── liboledc_fontLoader │ │ │ ├── cmm │ │ │ │ └── liboledc_fontLoader.a │ │ │ ├── liboledc_fontLoader.c │ │ │ ├── liboledc_fontLoader.side │ │ │ ├── lmm │ │ │ │ └── liboledc_fontLoader.a │ │ │ ├── oledc_fontLoader.c │ │ │ └── oledc_fontLoader.h │ │ ├── libsimplegfx │ │ │ ├── Documentation simplegfx Library.html │ │ │ ├── cmm │ │ │ │ └── libsimplegfx.a │ │ │ ├── displayControl.c │ │ │ ├── drawBitmap.c │ │ │ ├── drawChar.c │ │ │ ├── drawCircle.c │ │ │ ├── drawCircleHelper.c │ │ │ ├── drawCopy.c │ │ │ ├── drawLine.c │ │ │ ├── drawNumber.c │ │ │ ├── drawPixel.c │ │ │ ├── drawPrint.c │ │ │ ├── drawRect.c │ │ │ ├── drawRoundRect.c │ │ │ ├── drawText.c │ │ │ ├── drawTriangle.c │ │ │ ├── fillCircle.c │ │ │ ├── fillCircleHelper.c │ │ │ ├── fillRect.c │ │ │ ├── fillRoundRect.c │ │ │ ├── fillTriangle.c │ │ │ ├── html │ │ │ │ ├── ParallaxLogo-W534.png │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── display_control_8c.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── draw_bitmap_8c.html │ │ │ │ ├── draw_char_8c.html │ │ │ │ ├── draw_circle_8c.html │ │ │ │ ├── draw_circle_helper_8c.html │ │ │ │ ├── draw_copy_8c.html │ │ │ │ ├── draw_line_8c.html │ │ │ │ ├── draw_number_8c.html │ │ │ │ ├── draw_pixel_8c.html │ │ │ │ ├── draw_print_8c.html │ │ │ │ ├── draw_rect_8c.html │ │ │ │ ├── draw_round_rect_8c.html │ │ │ │ ├── draw_text_8c.html │ │ │ │ ├── draw_triangle_8c.html │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── fill_circle_8c.html │ │ │ │ ├── fill_circle_helper_8c.html │ │ │ │ ├── fill_rect_8c.html │ │ │ │ ├── fill_round_rect_8c.html │ │ │ │ ├── fill_triangle_8c.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── functions.html │ │ │ │ ├── functions_vars.html │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── libsimplegfx_8c.html │ │ │ │ ├── load_set_fonts_8c.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── set_text_8c.html │ │ │ │ ├── simplegfx_8h.html │ │ │ │ ├── simplegfx_8h_source.html │ │ │ │ ├── splitbar.png │ │ │ │ ├── structscreen__st.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libsimplegfx.c │ │ │ ├── libsimplegfx.side │ │ │ ├── lmm │ │ │ │ └── libsimplegfx.a │ │ │ ├── loadSetFonts.c │ │ │ ├── setText.c │ │ │ ├── simplegfx.h │ │ │ └── simplegfx.side │ │ ├── libssd1331 │ │ │ ├── Documentation ssd1331 Library.html │ │ │ ├── cmm │ │ │ │ └── libssd1331.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo-W534.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── libssd1331_8c.html │ │ │ │ ├── libssd1331_8c_source.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── ssd1331_8h.html │ │ │ │ ├── ssd1331_8h_source.html │ │ │ │ ├── ssd1331__copy_8c.html │ │ │ │ ├── ssd1331__copy_8c_source.html │ │ │ │ ├── ssd1331__draw_line_8c.html │ │ │ │ ├── ssd1331__draw_line_8c_source.html │ │ │ │ ├── ssd1331__draw_pixel_8c.html │ │ │ │ ├── ssd1331__draw_pixel_8c_source.html │ │ │ │ ├── ssd1331__fill_rect_8c.html │ │ │ │ ├── ssd1331__fill_rect_8c_source.html │ │ │ │ ├── ssd1331__init_8c.html │ │ │ │ ├── ssd1331__init_8c_source.html │ │ │ │ ├── ssd1331__invert_display_8c.html │ │ │ │ ├── ssd1331__invert_display_8c_source.html │ │ │ │ ├── ssd1331__scroll_8c.html │ │ │ │ ├── ssd1331__scroll_8c_source.html │ │ │ │ ├── ssd1331__sleep_wake_8c.html │ │ │ │ ├── ssd1331__sleep_wake_8c_source.html │ │ │ │ ├── ssd1331__spi_write_8c.html │ │ │ │ ├── ssd1331__spi_write_8c_source.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libssd1331.c │ │ │ ├── libssd1331.side │ │ │ ├── lmm │ │ │ │ └── libssd1331.a │ │ │ ├── ssd1331.h │ │ │ ├── ssd1331_copy.c │ │ │ ├── ssd1331_drawLine.c │ │ │ ├── ssd1331_drawPixel.c │ │ │ ├── ssd1331_fillRect.c │ │ │ ├── ssd1331_init.c │ │ │ ├── ssd1331_invertDisplay.c │ │ │ ├── ssd1331_scroll.c │ │ │ ├── ssd1331_sleepWake.c │ │ │ └── ssd1331_spiWrite.c │ │ └── libvgatext │ │ │ ├── Documentation vgatext Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── VGA.spin │ │ │ ├── cmm │ │ │ └── libvgatext.a │ │ │ ├── html │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_enum.html │ │ │ ├── globals_func.html │ │ │ ├── globals_type.html │ │ │ ├── globals_vars.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── struct__vga__text__struct.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── vgatext_8c.html │ │ │ ├── vgatext_8h.html │ │ │ ├── vgatext_8h_source.html │ │ │ └── vgatext__tile_8c.html │ │ │ ├── libvgatext.c │ │ │ ├── libvgatext.side │ │ │ ├── lmm │ │ │ └── libvgatext.a │ │ │ ├── vgatext.c │ │ │ └── vgatext.h │ ├── Interface │ │ └── libkeypad │ │ │ ├── Documentation keypad Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libkeypad.a │ │ │ ├── getNumber.c │ │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── keypad_8h.html │ │ │ ├── keypad_8h_source.html │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── keypad.c │ │ │ ├── keypad.h │ │ │ ├── libkeypad.c │ │ │ └── libkeypad.side │ ├── Light │ │ └── libws2812 │ │ │ ├── Documentation ws2812 Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── Makefile │ │ │ ├── cmm │ │ │ └── libws2812.a │ │ │ ├── html │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── structws2812__hdr.html │ │ │ ├── structws2812__t.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── ws2812_8c.html │ │ │ ├── ws2812_8h.html │ │ │ ├── ws2812_8h_source.html │ │ │ ├── ws2812__open_8c.html │ │ │ ├── ws2812__start_8c.html │ │ │ ├── ws2812__stop_8c.html │ │ │ ├── ws2812__wheel_8c.html │ │ │ ├── ws2812__wheel__dim_8c.html │ │ │ ├── ws2812b__open_8c.html │ │ │ └── ws2812b__start_8c.html │ │ │ ├── libws2812.c │ │ │ ├── libws2812.side │ │ │ ├── lmm │ │ │ └── libws2812.a │ │ │ ├── ws2812.c │ │ │ ├── ws2812.h │ │ │ ├── ws2812_close.c │ │ │ ├── ws2812_driver.spin │ │ │ ├── ws2812_open.c │ │ │ ├── ws2812_start.c │ │ │ ├── ws2812_stop.c │ │ │ ├── ws2812_wheel.c │ │ │ ├── ws2812_wheel_dim.c │ │ │ ├── ws2812b_open.c │ │ │ └── ws2812b_start.c │ ├── Misc │ │ └── libmstimer │ │ │ ├── Documentation mstimer Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libmstimer.a │ │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── mstimer_8c.html │ │ │ ├── mstimer_8h.html │ │ │ ├── mstimer_8h_source.html │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libmstimer.c │ │ │ ├── libmstimer.side │ │ │ ├── lmm │ │ │ └── libmstimer.a │ │ │ ├── mstimer.c │ │ │ └── mstimer.h │ ├── Motor │ │ ├── DC motors - See Examples - Motor - DC.txt │ │ ├── libservo │ │ │ ├── Documentation servo Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libservo.a │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── pulse_out_ctr_8c.html │ │ │ │ ├── servo_8h.html │ │ │ │ ├── servo_8h_source.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libservo.c │ │ │ ├── libservo.side │ │ │ ├── lmm │ │ │ │ └── libservo.a │ │ │ ├── servo.c │ │ │ └── servo.h │ │ ├── libservo360 │ │ │ ├── Documentation servo360 Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libservo360.a │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── dir_0038c6c6727ae7c653ee748368c6a818.html │ │ │ │ ├── dir_0f0a41152209e9063c096054869bbbf2.html │ │ │ │ ├── dir_1a2558a0deb646bd8ba4f7cc3452c1a3.html │ │ │ │ ├── dir_3ec5f9d6d6b29064277e9282dd868665.html │ │ │ │ ├── dir_50e894aefd748393e442706560c54c65.html │ │ │ │ ├── dir_53e6d420075a2d863baba182f439bd39.html │ │ │ │ ├── dir_5514ffb71e7e1b3fdbf03e373e2a9a9b.html │ │ │ │ ├── dir_5b7a2b6a96aff0e5a0ce141be83ca232.html │ │ │ │ ├── dir_6fc5449312ff905c4fc7c55ab864ee17.html │ │ │ │ ├── dir_727f55c34f29feec463dc7e8b3109c8d.html │ │ │ │ ├── dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html │ │ │ │ ├── dir_c49385ac020fc448f8f4d785626a600a.html │ │ │ │ ├── dir_cf3b154672a6b047915d047d32794152.html │ │ │ │ ├── dir_e0c097a429f8fff1073445c8f6616519.html │ │ │ │ ├── dir_e6bb53534ac0e427887cf7a94c0c004e.html │ │ │ │ ├── dir_fb73221fb64c6396b80943803f933a11.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── servo360_8h.html │ │ │ │ ├── servo360_8h_source.html │ │ │ │ ├── splitbar.png │ │ │ │ ├── structservo360__cog__s.html │ │ │ │ ├── structservo360__s.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libservo360.c │ │ │ ├── libservo360.side │ │ │ ├── servo360.c │ │ │ ├── servo360.h │ │ │ ├── servo360_angle.c │ │ │ ├── servo360_captureOffset.c │ │ │ ├── servo360_checkDistanceRemaining.c │ │ │ ├── servo360_connect.c │ │ │ ├── servo360_couple.c │ │ │ ├── servo360_enable.c │ │ │ ├── servo360_feedback.c │ │ │ ├── servo360_findServoIndex.c │ │ │ ├── servo360_getAcceleration.c │ │ │ ├── servo360_getAngle.c │ │ │ ├── servo360_getAngle12Bit.c │ │ │ ├── servo360_getAngleCalc.c │ │ │ ├── servo360_getAngleCtrlSpeedMax.c │ │ │ ├── servo360_getAngleFixedOrigin.c │ │ │ ├── servo360_getAngleLimits.c │ │ │ ├── servo360_getAngleOffset.c │ │ │ ├── servo360_getControlSys.c │ │ │ ├── servo360_getCsop.c │ │ │ ├── servo360_getMaxSpeed.c │ │ │ ├── servo360_getRampStep.c │ │ │ ├── servo360_getSpeed.c │ │ │ ├── servo360_getTopSpeed.c │ │ │ ├── servo360_getTurns.c │ │ │ ├── servo360_getUnitsFullCircle.c │ │ │ ├── servo360_goto.c │ │ │ ├── servo360_set.c │ │ │ ├── servo360_setAcceleration.c │ │ │ ├── servo360_setAngleCalc.c │ │ │ ├── servo360_setAngleCtrlSpeedMax.c │ │ │ ├── servo360_setAngleLimits.c │ │ │ ├── servo360_setAngleOffset.c │ │ │ ├── servo360_setControlSys.c │ │ │ ├── servo360_setCoupleScale.c │ │ │ ├── servo360_setMaxSpeed.c │ │ │ ├── servo360_setMaxSpeedEncoded.c │ │ │ ├── servo360_setRampStep.c │ │ │ ├── servo360_setTransferFunction.c │ │ │ ├── servo360_setTurns.c │ │ │ ├── servo360_setUnitsFullCircle.c │ │ │ ├── servo360_speed.c │ │ │ ├── servo360_stop.c │ │ │ ├── servo360_unitsAngleToEncoder.c │ │ │ ├── servo360_unitsEncoderToAngle.c │ │ │ └── z_dev_console.c │ │ ├── libservoAux │ │ │ ├── Documentation servoAux Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libservoAux.a │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── servo_aux_8h.html │ │ │ │ ├── servo_aux_8h_source.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libservoAux.c │ │ │ ├── libservoAux.side │ │ │ ├── lmm │ │ │ │ └── libservoAux.a │ │ │ ├── servoAux.c │ │ │ └── servoAux.h │ │ └── libservodiffdrive │ │ │ ├── Documentation servodiffdrive library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libservodiffdrive.a │ │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── servodiffdrive_8h.html │ │ │ ├── servodiffdrive_8h_source.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libservodiffdrive.c │ │ │ ├── libservodiffdrive.side │ │ │ ├── lmm │ │ │ └── libservodiffdrive.a │ │ │ ├── servodiffdrive.c │ │ │ └── servodiffdrive.h │ ├── Network │ │ └── libwifi │ │ │ ├── Documentation wifi Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── LearnHeading.png │ │ │ ├── ParallaxLogo.png │ │ │ ├── cmm │ │ │ └── libwifi.a │ │ │ ├── command.c │ │ │ ├── connect.c │ │ │ ├── disconnect.c │ │ │ ├── html │ │ │ ├── ParallaxLogo.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── wifi_8h.html │ │ │ └── wifi_8h_source.html │ │ │ ├── ipaddr.c │ │ │ ├── join.c │ │ │ ├── leave.c │ │ │ ├── libwifi.c │ │ │ ├── libwifi.side │ │ │ ├── listen.c │ │ │ ├── mode.c │ │ │ ├── poll.c │ │ │ ├── print.c │ │ │ ├── recv.c │ │ │ ├── replyStringCopy.c │ │ │ ├── replyStringDisplay.c │ │ │ ├── replyStringIn.c │ │ │ ├── scan.c │ │ │ ├── send.c │ │ │ ├── setBuffer.c │ │ │ ├── simpletermResume.c │ │ │ ├── simpletermSuspend.c │ │ │ ├── stop.c │ │ │ ├── stringDisplay.c │ │ │ ├── wifi.c │ │ │ └── wifi.h │ ├── PropellerGCC │ │ ├── Documentation cog Library.html │ │ ├── Documentation propeller Library.html │ │ └── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── cog_8h.html │ │ │ ├── cog_8h_source.html │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── globals_vars.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── propeller_8h.html │ │ │ ├── propeller_8h_source.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ ├── Protocol │ │ ├── libi2cslave │ │ │ ├── Documentation i2cslave Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── I2C_slave_v1_2.spin │ │ │ ├── cmm │ │ │ │ └── libi2cslave.a │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── dir_12fe7f4b42d0f2cdedf0485b9b18df33.html │ │ │ │ ├── dir_53e6d420075a2d863baba182f439bd39.html │ │ │ │ ├── dir_54bf0769c0771ae33cf517613aba2af8.html │ │ │ │ ├── dir_5514ffb71e7e1b3fdbf03e373e2a9a9b.html │ │ │ │ ├── dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html │ │ │ │ ├── dir_b9b88493da81d23b9cbebf2d05cd4e39.html │ │ │ │ ├── dir_e6bb53534ac0e427887cf7a94c0c004e.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── i2cslave_8h.html │ │ │ │ ├── i2cslave_8h_source.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── i2cslave.c │ │ │ ├── i2cslave.h │ │ │ ├── libi2cslave.c │ │ │ └── libi2cslave.side │ │ └── libsimplei2c │ │ │ ├── Documentation simplei2c Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libsimplei2c.a │ │ │ ├── html │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── libsimplei2c_8c.html │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── simplei2c_8c.html │ │ │ ├── simplei2c_8h.html │ │ │ ├── simplei2c_8h_source.html │ │ │ ├── structi2c__st.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libsimplei2c.c │ │ │ ├── libsimplei2c.side │ │ │ ├── lmm │ │ │ └── libsimplei2c.a │ │ │ ├── simplei2c.c │ │ │ └── simplei2c.h │ ├── Remote │ │ └── libsirc │ │ │ ├── Documentation sirc Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libsirc.a │ │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── sirc_8h.html │ │ │ ├── sirc_8h_source.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libsirc.c │ │ │ ├── libsirc.side │ │ │ ├── lmm │ │ │ └── libsirc.a │ │ │ ├── sirc.c │ │ │ └── sirc.h │ ├── Robotics │ │ ├── ActivityBot │ │ │ ├── Documentation abcalibrate Library.html │ │ │ ├── Documentation abdrive Library.html │ │ │ ├── libabcalibrate │ │ │ │ ├── Display.c │ │ │ │ ├── Documentation abcalibrate Library.html │ │ │ │ ├── Doxyfile.doxyfile │ │ │ │ ├── abcalibrate.c │ │ │ │ ├── abcalibrate.h │ │ │ │ ├── calibrationResults.c │ │ │ │ ├── cmm │ │ │ │ │ └── libabcalibrate.a │ │ │ │ ├── html │ │ │ │ │ ├── abcalibrate_8h.html │ │ │ │ │ ├── abcalibrate_8h_source.html │ │ │ │ │ ├── bc_s.png │ │ │ │ │ ├── bdwn.png │ │ │ │ │ ├── closed.png │ │ │ │ │ ├── doxygen.css │ │ │ │ │ ├── doxygen.png │ │ │ │ │ ├── dynsections.js │ │ │ │ │ ├── files.html │ │ │ │ │ ├── ftv2blank.png │ │ │ │ │ ├── ftv2cl.png │ │ │ │ │ ├── ftv2doc.png │ │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ │ ├── ftv2folderopen.png │ │ │ │ │ ├── ftv2lastnode.png │ │ │ │ │ ├── ftv2link.png │ │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ │ ├── ftv2mnode.png │ │ │ │ │ ├── ftv2mo.png │ │ │ │ │ ├── ftv2node.png │ │ │ │ │ ├── ftv2ns.png │ │ │ │ │ ├── ftv2plastnode.png │ │ │ │ │ ├── ftv2pnode.png │ │ │ │ │ ├── ftv2splitbar.png │ │ │ │ │ ├── ftv2vertline.png │ │ │ │ │ ├── globals.html │ │ │ │ │ ├── globals_defs.html │ │ │ │ │ ├── globals_func.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── nav_f.png │ │ │ │ │ ├── nav_g.png │ │ │ │ │ ├── nav_h.png │ │ │ │ │ ├── open.png │ │ │ │ │ ├── sync_off.png │ │ │ │ │ ├── sync_on.png │ │ │ │ │ ├── tab_a.png │ │ │ │ │ ├── tab_b.png │ │ │ │ │ ├── tab_h.png │ │ │ │ │ ├── tab_s.png │ │ │ │ │ └── tabs.css │ │ │ │ ├── libabcalibrate.c │ │ │ │ ├── libabcalibrate.side │ │ │ │ └── lmm │ │ │ │ │ └── libabcalibrate.a │ │ │ └── libabdrive │ │ │ │ ├── Display.c │ │ │ │ ├── Documentation abdrive Library.html │ │ │ │ ├── Doxyfile.doxyfile │ │ │ │ ├── abdrive.c │ │ │ │ ├── abdrive.h │ │ │ │ ├── calibrationResults.c │ │ │ │ ├── cmm │ │ │ │ └── libabdrive.a │ │ │ │ ├── encoderLeds.c │ │ │ │ ├── feedback.c │ │ │ │ ├── getticks.c │ │ │ │ ├── goto.c │ │ │ │ ├── gotoMode.c │ │ │ │ ├── gotoStatus.c │ │ │ │ ├── html │ │ │ │ ├── abdrive_8h.html │ │ │ │ ├── abdrive_8h_source.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── dir_0eb6fc82d83948c38fd5be898fc33b6a.html │ │ │ │ ├── dir_25f5ce858342980f3547cf44ae6b8409.html │ │ │ │ ├── dir_32b74dcabc46a4862d834c67449559ba.html │ │ │ │ ├── dir_75bfea092181b605b8b819009f61b925.html │ │ │ │ ├── dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html │ │ │ │ ├── dir_e090574ea5bca561d94533da0905a57d.html │ │ │ │ ├── dir_e6bb53534ac0e427887cf7a94c0c004e.html │ │ │ │ ├── dir_ff5a3dbccfa11a813a3306abee802957.html │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── pages.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ ├── tabs.css │ │ │ │ └── todo.html │ │ │ │ ├── libabdrive.c │ │ │ │ ├── libabdrive.side │ │ │ │ ├── monitor.c │ │ │ │ ├── ramp.c │ │ │ │ ├── rampStep.c │ │ │ │ ├── servoPins.c │ │ │ │ ├── setAcceleration.c │ │ │ │ ├── setErrorLimit.c │ │ │ │ ├── setMaxSpeed.c │ │ │ │ ├── setRampStep.c │ │ │ │ └── speed.c │ │ ├── ActivityBot360 │ │ │ ├── libabcalibrate360 │ │ │ │ ├── Documentation abcalibrate360 Library.html │ │ │ │ ├── Doxyfile.doxyfile │ │ │ │ ├── abcalibrate360.c │ │ │ │ ├── abcalibrate360.h │ │ │ │ ├── cal_displayData.c │ │ │ │ ├── cal_displayResults.c │ │ │ │ ├── cal_getEepromPins.c │ │ │ │ ├── cmm │ │ │ │ │ └── libabcalibrate360.a │ │ │ │ ├── html │ │ │ │ │ ├── abcalibrate360_8h.html │ │ │ │ │ ├── abcalibrate360_8h_source.html │ │ │ │ │ ├── bc_s.png │ │ │ │ │ ├── bdwn.png │ │ │ │ │ ├── closed.png │ │ │ │ │ ├── dir_0038c6c6727ae7c653ee748368c6a818.html │ │ │ │ │ ├── dir_09b83738c288542ab24e906ea7c1e22a.html │ │ │ │ │ ├── dir_0f0a41152209e9063c096054869bbbf2.html │ │ │ │ │ ├── dir_32b74dcabc46a4862d834c67449559ba.html │ │ │ │ │ ├── dir_384a61938988e6f4115bd4d2173e9639.html │ │ │ │ │ ├── dir_439c5fb02ee0367c3ff7fe138c795dfa.html │ │ │ │ │ ├── dir_5b7a2b6a96aff0e5a0ce141be83ca232.html │ │ │ │ │ ├── dir_635a5a6f2d089d17f1142d200a36508b.html │ │ │ │ │ ├── dir_75bfea092181b605b8b819009f61b925.html │ │ │ │ │ ├── dir_8532600d32d739c29480f813ba74e5bb.html │ │ │ │ │ ├── dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html │ │ │ │ │ ├── dir_92b84769810da3489771a62d224215b4.html │ │ │ │ │ ├── dir_cc86eb7f9897546a6c68267dc00ac0df.html │ │ │ │ │ ├── dir_cf3b154672a6b047915d047d32794152.html │ │ │ │ │ ├── dir_e0c097a429f8fff1073445c8f6616519.html │ │ │ │ │ ├── dir_e6bb53534ac0e427887cf7a94c0c004e.html │ │ │ │ │ ├── dir_f76a24d86daa743891661a396078798d.html │ │ │ │ │ ├── dir_ff5a3dbccfa11a813a3306abee802957.html │ │ │ │ │ ├── doc.png │ │ │ │ │ ├── doxygen.css │ │ │ │ │ ├── doxygen.png │ │ │ │ │ ├── dynsections.js │ │ │ │ │ ├── files.html │ │ │ │ │ ├── folderclosed.png │ │ │ │ │ ├── folderopen.png │ │ │ │ │ ├── ftv2blank.png │ │ │ │ │ ├── ftv2cl.png │ │ │ │ │ ├── ftv2doc.png │ │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ │ ├── ftv2folderopen.png │ │ │ │ │ ├── ftv2lastnode.png │ │ │ │ │ ├── ftv2link.png │ │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ │ ├── ftv2mnode.png │ │ │ │ │ ├── ftv2mo.png │ │ │ │ │ ├── ftv2node.png │ │ │ │ │ ├── ftv2ns.png │ │ │ │ │ ├── ftv2plastnode.png │ │ │ │ │ ├── ftv2pnode.png │ │ │ │ │ ├── ftv2splitbar.png │ │ │ │ │ ├── ftv2vertline.png │ │ │ │ │ ├── globals.html │ │ │ │ │ ├── globals_func.html │ │ │ │ │ ├── index.html │ │ │ │ │ ├── jquery.js │ │ │ │ │ ├── menu.js │ │ │ │ │ ├── menudata.js │ │ │ │ │ ├── nav_f.png │ │ │ │ │ ├── nav_g.png │ │ │ │ │ ├── nav_h.png │ │ │ │ │ ├── open.png │ │ │ │ │ ├── splitbar.png │ │ │ │ │ ├── sync_off.png │ │ │ │ │ ├── sync_on.png │ │ │ │ │ ├── tab_a.png │ │ │ │ │ ├── tab_b.png │ │ │ │ │ ├── tab_h.png │ │ │ │ │ ├── tab_s.png │ │ │ │ │ └── tabs.css │ │ │ │ ├── libabcalibrate360.c │ │ │ │ └── libabcalibrate360.side │ │ │ └── libabdrive360 │ │ │ │ ├── Documentation abdrive360 Library.html │ │ │ │ ├── Doxyfile.doxyfile │ │ │ │ ├── abdrive360.c │ │ │ │ ├── abdrive360.h │ │ │ │ ├── cmm │ │ │ │ └── libabdrive360.a │ │ │ │ ├── drive360_unitsPerRev.c │ │ │ │ ├── drive_encoderPins.c │ │ │ │ ├── drive_feedback.c │ │ │ │ ├── drive_getTicks.c │ │ │ │ ├── drive_getTicksCalc.c │ │ │ │ ├── drive_goto.c │ │ │ │ ├── drive_gotoMode.c │ │ │ │ ├── drive_gotoStatus.c │ │ │ │ ├── drive_ramp.c │ │ │ │ ├── drive_rampStep.c │ │ │ │ ├── drive_servoPins.c │ │ │ │ ├── drive_setAcceleration.c │ │ │ │ ├── drive_setErrorLimit.c │ │ │ │ ├── drive_setMaxSpeed.c │ │ │ │ ├── drive_setMaxVelocity.c │ │ │ │ ├── drive_setRampStep.c │ │ │ │ ├── drive_speed.c │ │ │ │ ├── html │ │ │ │ ├── abdrive360_8h.html │ │ │ │ ├── abdrive360_8h_source.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── dir_0038c6c6727ae7c653ee748368c6a818.html │ │ │ │ ├── dir_0f0a41152209e9063c096054869bbbf2.html │ │ │ │ ├── dir_32b74dcabc46a4862d834c67449559ba.html │ │ │ │ ├── dir_384a61938988e6f4115bd4d2173e9639.html │ │ │ │ ├── dir_4d7cde60c9ab215a5f7c894ebd5f9380.html │ │ │ │ ├── dir_50e894aefd748393e442706560c54c65.html │ │ │ │ ├── dir_53e6d420075a2d863baba182f439bd39.html │ │ │ │ ├── dir_5514ffb71e7e1b3fdbf03e373e2a9a9b.html │ │ │ │ ├── dir_5b7a2b6a96aff0e5a0ce141be83ca232.html │ │ │ │ ├── dir_635a5a6f2d089d17f1142d200a36508b.html │ │ │ │ ├── dir_6942a05f0cc57870df4c69de957bff41.html │ │ │ │ ├── dir_6fc5449312ff905c4fc7c55ab864ee17.html │ │ │ │ ├── dir_75bfea092181b605b8b819009f61b925.html │ │ │ │ ├── dir_8532600d32d739c29480f813ba74e5bb.html │ │ │ │ ├── dir_8ceffd4ee35c3518d4e8bdc7e638efe8.html │ │ │ │ ├── dir_92b84769810da3489771a62d224215b4.html │ │ │ │ ├── dir_a5e929613cee69f0d48dae7c27e64c6f.html │ │ │ │ ├── dir_bae5ec492445c96de661e225887d5ac7.html │ │ │ │ ├── dir_cc86eb7f9897546a6c68267dc00ac0df.html │ │ │ │ ├── dir_cdd90c9dbf889abf98307ec5f38b4680.html │ │ │ │ ├── dir_cf3b154672a6b047915d047d32794152.html │ │ │ │ ├── dir_e0c097a429f8fff1073445c8f6616519.html │ │ │ │ ├── dir_e6bb53534ac0e427887cf7a94c0c004e.html │ │ │ │ ├── dir_f76a24d86daa743891661a396078798d.html │ │ │ │ ├── dir_fb73221fb64c6396b80943803f933a11.html │ │ │ │ ├── dir_ff5a3dbccfa11a813a3306abee802957.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ │ ├── libabdrive360.c │ │ │ │ └── libabdrive360.side │ │ ├── Arlo │ │ │ └── libarlodrive │ │ │ │ ├── arlodrive.c │ │ │ │ ├── arlodrive.h │ │ │ │ ├── cmm │ │ │ │ └── libarlodrive.a │ │ │ │ ├── drive_blockSpeed.c │ │ │ │ ├── drive_clearTicks.c │ │ │ │ ├── drive_clrTicks.c │ │ │ │ ├── drive_commandMode.c │ │ │ │ ├── drive_config.c │ │ │ │ ├── drive_feedback.c │ │ │ │ ├── drive_getSpeed.c │ │ │ │ ├── drive_getSpeedCalc.c │ │ │ │ ├── drive_getTicks.c │ │ │ │ ├── drive_getTicksCalc.c │ │ │ │ ├── drive_goto.c │ │ │ │ ├── drive_gotoBlocking.c │ │ │ │ ├── drive_ramp.c │ │ │ │ ├── drive_rampStep.c │ │ │ │ ├── drive_servoPins.c │ │ │ │ ├── drive_setMaxSpeed.c │ │ │ │ ├── drive_setRampStep.c │ │ │ │ ├── drive_speed.c │ │ │ │ ├── drive_speedBlocking.c │ │ │ │ ├── libarlodrive.c │ │ │ │ └── libarlodrive.side │ │ └── S3 │ │ │ └── libs3 │ │ │ ├── cmm │ │ │ └── libs3.a │ │ │ ├── libs3.c │ │ │ ├── libs3.side │ │ │ ├── s3.c │ │ │ ├── s3.h │ │ │ ├── scribbler.c │ │ │ └── scribbler.h │ ├── Sensor │ │ ├── libbme680 │ │ │ ├── Documentation bme680 Library.html │ │ │ ├── Doxyfile │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── bme680.c │ │ │ ├── bme680.h │ │ │ ├── bme680_altitude.c │ │ │ ├── bme680_begin.c │ │ │ ├── bme680_comms.c │ │ │ ├── bme680_gasResistance.c │ │ │ ├── bme680_heater.c │ │ │ ├── bme680_humidity.c │ │ │ ├── bme680_init.c │ │ │ ├── bme680_pressure.c │ │ │ ├── bme680_read.c │ │ │ ├── bme680_settings.c │ │ │ ├── bme680_temperature.c │ │ │ ├── cmm │ │ │ │ └── libbme680.a │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── annotated_dup.js │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── bme680_8c.html │ │ │ │ ├── bme680_8h.html │ │ │ │ ├── bme680_8h.js │ │ │ │ ├── bme680_8h_source.html │ │ │ │ ├── bme680__altitude_8c.html │ │ │ │ ├── bme680__altitude_8c.js │ │ │ │ ├── bme680__begin_8c.html │ │ │ │ ├── bme680__begin_8c.js │ │ │ │ ├── bme680__comms_8c.html │ │ │ │ ├── bme680__comms_8c.js │ │ │ │ ├── bme680__gas_resistance_8c.html │ │ │ │ ├── bme680__gas_resistance_8c.js │ │ │ │ ├── bme680__humidity_8c.html │ │ │ │ ├── bme680__humidity_8c.js │ │ │ │ ├── bme680__init_8c.html │ │ │ │ ├── bme680__init_8c.js │ │ │ │ ├── bme680__pressure_8c.html │ │ │ │ ├── bme680__pressure_8c.js │ │ │ │ ├── bme680__read_8c.html │ │ │ │ ├── bme680__read_8c.js │ │ │ │ ├── bme680__settings_8c.html │ │ │ │ ├── bme680__settings_8c.js │ │ │ │ ├── bme680__temperature_8c.html │ │ │ │ ├── bme680__temperature_8c.js │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── files_dup.js │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── functions.html │ │ │ │ ├── functions_vars.html │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── libbme680_8c.html │ │ │ │ ├── libbme680_8c.js │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── navtree.css │ │ │ │ ├── navtree.js │ │ │ │ ├── navtreedata.js │ │ │ │ ├── navtreeindex0.js │ │ │ │ ├── open.png │ │ │ │ ├── resize.js │ │ │ │ ├── search │ │ │ │ │ ├── all_0.html │ │ │ │ │ ├── all_0.js │ │ │ │ │ ├── all_1.html │ │ │ │ │ ├── all_1.js │ │ │ │ │ ├── all_2.html │ │ │ │ │ ├── all_2.js │ │ │ │ │ ├── all_3.html │ │ │ │ │ ├── all_3.js │ │ │ │ │ ├── all_4.html │ │ │ │ │ ├── all_4.js │ │ │ │ │ ├── all_5.html │ │ │ │ │ ├── all_5.js │ │ │ │ │ ├── all_6.html │ │ │ │ │ ├── all_6.js │ │ │ │ │ ├── all_7.html │ │ │ │ │ ├── all_7.js │ │ │ │ │ ├── all_8.html │ │ │ │ │ ├── all_8.js │ │ │ │ │ ├── all_9.html │ │ │ │ │ ├── all_9.js │ │ │ │ │ ├── all_a.html │ │ │ │ │ ├── all_a.js │ │ │ │ │ ├── all_b.html │ │ │ │ │ ├── all_b.js │ │ │ │ │ ├── all_c.html │ │ │ │ │ ├── all_c.js │ │ │ │ │ ├── all_d.html │ │ │ │ │ ├── all_d.js │ │ │ │ │ ├── all_e.html │ │ │ │ │ ├── all_e.js │ │ │ │ │ ├── classes_0.html │ │ │ │ │ ├── classes_0.js │ │ │ │ │ ├── close.png │ │ │ │ │ ├── defines_0.html │ │ │ │ │ ├── defines_0.js │ │ │ │ │ ├── defines_1.html │ │ │ │ │ ├── defines_1.js │ │ │ │ │ ├── defines_2.html │ │ │ │ │ ├── defines_2.js │ │ │ │ │ ├── defines_3.html │ │ │ │ │ ├── defines_3.js │ │ │ │ │ ├── defines_4.html │ │ │ │ │ ├── defines_4.js │ │ │ │ │ ├── defines_5.html │ │ │ │ │ ├── defines_5.js │ │ │ │ │ ├── defines_6.html │ │ │ │ │ ├── defines_6.js │ │ │ │ │ ├── files_0.html │ │ │ │ │ ├── files_0.js │ │ │ │ │ ├── files_1.html │ │ │ │ │ ├── files_1.js │ │ │ │ │ ├── functions_0.html │ │ │ │ │ ├── functions_0.js │ │ │ │ │ ├── functions_1.html │ │ │ │ │ ├── functions_1.js │ │ │ │ │ ├── mag_sel.png │ │ │ │ │ ├── nomatches.html │ │ │ │ │ ├── search.css │ │ │ │ │ ├── search.js │ │ │ │ │ ├── search_l.png │ │ │ │ │ ├── search_m.png │ │ │ │ │ ├── search_r.png │ │ │ │ │ ├── searchdata.js │ │ │ │ │ ├── typedefs_0.html │ │ │ │ │ ├── typedefs_0.js │ │ │ │ │ ├── variables_0.html │ │ │ │ │ ├── variables_0.js │ │ │ │ │ ├── variables_1.html │ │ │ │ │ ├── variables_1.js │ │ │ │ │ ├── variables_2.html │ │ │ │ │ ├── variables_2.js │ │ │ │ │ ├── variables_3.html │ │ │ │ │ ├── variables_3.js │ │ │ │ │ ├── variables_4.html │ │ │ │ │ ├── variables_4.js │ │ │ │ │ ├── variables_5.html │ │ │ │ │ ├── variables_5.js │ │ │ │ │ ├── variables_6.html │ │ │ │ │ ├── variables_6.js │ │ │ │ │ ├── variables_7.html │ │ │ │ │ ├── variables_7.js │ │ │ │ │ ├── variables_8.html │ │ │ │ │ ├── variables_8.js │ │ │ │ │ ├── variables_9.html │ │ │ │ │ ├── variables_9.js │ │ │ │ │ ├── variables_a.html │ │ │ │ │ ├── variables_a.js │ │ │ │ │ ├── variables_b.html │ │ │ │ │ └── variables_b.js │ │ │ │ ├── splitbar.png │ │ │ │ ├── structbme680__st-members.html │ │ │ │ ├── structbme680__st.html │ │ │ │ ├── structbme680__st.js │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── latex │ │ │ │ ├── Makefile │ │ │ │ ├── annotated.tex │ │ │ │ ├── bme680_8c.tex │ │ │ │ ├── bme680_8h.tex │ │ │ │ ├── bme680__altitude_8c.tex │ │ │ │ ├── bme680__begin_8c.tex │ │ │ │ ├── bme680__comms_8c.tex │ │ │ │ ├── bme680__gas_resistance_8c.tex │ │ │ │ ├── bme680__humidity_8c.tex │ │ │ │ ├── bme680__init_8c.tex │ │ │ │ ├── bme680__pressure_8c.tex │ │ │ │ ├── bme680__read_8c.tex │ │ │ │ ├── bme680__settings_8c.tex │ │ │ │ ├── bme680__temperature_8c.tex │ │ │ │ ├── doxygen.sty │ │ │ │ ├── files.tex │ │ │ │ ├── libbme680_8c.tex │ │ │ │ ├── refman.tex │ │ │ │ └── structbme680__st.tex │ │ │ ├── libbme680.c │ │ │ ├── libbme680.side │ │ │ └── lmm │ │ │ │ └── libbme680.a │ │ ├── libcolorpal │ │ │ ├── Documentation colorpal Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libcolorpal.a │ │ │ ├── colorpal.c │ │ │ ├── colorpal.h │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── colorpal_8h.html │ │ │ │ ├── colorpal_8h_source.html │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── structcolorpal__serinfo.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libcolorpal.c │ │ │ ├── libcolorpal.side │ │ │ └── lmm │ │ │ │ └── libcolorpal.a │ │ ├── libcompass3d │ │ │ ├── Documentation compass3d Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libcompass3d.a │ │ │ ├── compass3d.c │ │ │ ├── compass3d.h │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── compass3d_8h.html │ │ │ │ ├── compass3d_8h_source.html │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libcompass3d.c │ │ │ ├── libcompass3d.side │ │ │ └── lmm │ │ │ │ └── libcompass3d.a │ │ ├── libdht22 │ │ │ ├── Documentation dht22 Library.html │ │ │ ├── cmm │ │ │ │ └── libdht22.a │ │ │ ├── dht22.c │ │ │ ├── dht22.h │ │ │ ├── html │ │ │ │ ├── ParallaxLogo-W534.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── dht22_8h.html │ │ │ │ ├── dht22_8h_source.html │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── libdht22_8c.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libdht22.c │ │ │ ├── libdht22.side │ │ │ └── lmm │ │ │ │ └── libdht22.a │ │ ├── libfingerprint │ │ │ ├── Documentation fingerprint Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libfingerprint.a │ │ │ ├── fingerprint.c │ │ │ ├── fingerprint.h │ │ │ ├── html │ │ │ │ ├── arrowdown.png │ │ │ │ ├── arrowright.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── fingerprint_8c.html │ │ │ │ ├── fingerprint_8h.html │ │ │ │ ├── fingerprint_8h_source.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libfingerprint.c │ │ │ ├── libfingerprint.side │ │ │ └── lmm │ │ │ │ └── libfingerprint.a │ │ ├── libgps │ │ │ ├── Documentation gps Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libgps.a │ │ │ ├── gps.h │ │ │ ├── gps_altitude.c │ │ │ ├── gps_changeBaud.c │ │ │ ├── gps_close.c │ │ │ ├── gps_fix.c │ │ │ ├── gps_fixValid.c │ │ │ ├── gps_heading.c │ │ │ ├── gps_latitude.c │ │ │ ├── gps_longitude.c │ │ │ ├── gps_magneticVariation.c │ │ │ ├── gps_open.c │ │ │ ├── gps_rawDate.c │ │ │ ├── gps_rawTime.c │ │ │ ├── gps_run.c │ │ │ ├── gps_satsTracked.c │ │ │ ├── gps_sources.c │ │ │ ├── gps_txByte.c │ │ │ ├── gps_velocity.c │ │ │ ├── html │ │ │ │ ├── Thumbs.db │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── gps_8h.html │ │ │ │ ├── gps_8h_source.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── structnmea__data__s.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libgps.c │ │ │ ├── libgps.side │ │ │ └── lmm │ │ │ │ └── libgps.a │ │ ├── liblis3dh │ │ │ ├── BLOCKS.txt │ │ │ ├── Documentation lis3dh Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── accel.c │ │ │ ├── accel_mg.c │ │ │ ├── adc.c │ │ │ ├── adc_mV.c │ │ │ ├── cmm │ │ │ │ └── liblis3dh.a │ │ │ ├── getRange.c │ │ │ ├── getResolution.c │ │ │ ├── getSPImode.c │ │ │ ├── getWhoAmI.c │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── group___t_e_s_t___g_r_o_u_p.html │ │ │ │ ├── group__group-1.html │ │ │ │ ├── group__group-2.html │ │ │ │ ├── group__group-3.html │ │ │ │ ├── group__group-4.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── lis3dh_8h.html │ │ │ │ ├── lis3dh_8h_source.html │ │ │ │ ├── menu.js │ │ │ │ ├── menudata.js │ │ │ │ ├── modules.html │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── structlis3dh__st.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── init.c │ │ │ ├── liblis3dh.c │ │ │ ├── liblis3dh.side │ │ │ ├── lis3dh.c │ │ │ ├── lis3dh.h │ │ │ ├── lmm │ │ │ │ └── liblis3dh.a │ │ │ ├── readByte.c │ │ │ ├── setADCmode.c │ │ │ ├── setBDUmode.c │ │ │ ├── setRange.c │ │ │ ├── setResolution.c │ │ │ ├── setSPImode.c │ │ │ ├── shutdown.c │ │ │ ├── temp.c │ │ │ ├── tilt.c │ │ │ └── writeByte.c │ │ ├── liblsm9ds1 │ │ │ ├── Documentation lsm9ds1 Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── liblsm9ds1.a │ │ │ ├── html │ │ │ │ ├── arrowdown.png │ │ │ │ ├── arrowright.png │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doc.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── folderclosed.png │ │ │ │ ├── folderopen.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── imu__init_8c.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── liblsm9ds1_8c.html │ │ │ │ ├── lsm9ds1_8h.html │ │ │ │ ├── lsm9ds1_8h_source.html │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── splitbar.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── imu_SPIread.c │ │ │ ├── imu_SPIwrite.c │ │ │ ├── imu_accelAvailable.c │ │ │ ├── imu_calibrateAG.c │ │ │ ├── imu_calibrateMag.c │ │ │ ├── imu_clearInterrupt.c │ │ │ ├── imu_getCalibration.c │ │ │ ├── imu_getScale.c │ │ │ ├── imu_gyroAvailable.c │ │ │ ├── imu_init.c │ │ │ ├── imu_initGyro.c │ │ │ ├── imu_magAvailable.c │ │ │ ├── imu_readAccel.c │ │ │ ├── imu_readGyro.c │ │ │ ├── imu_readMag.c │ │ │ ├── imu_readTemp.c │ │ │ ├── imu_setAccelInterrupt.c │ │ │ ├── imu_setAccelScale.c │ │ │ ├── imu_setCalibration.c │ │ │ ├── imu_setGyroInterrupt.c │ │ │ ├── imu_setGyroScale.c │ │ │ ├── imu_setMagInterrupt.c │ │ │ ├── imu_setMagScale.c │ │ │ ├── imu_tempAvailable.c │ │ │ ├── liblsm9ds1.c │ │ │ ├── liblsm9ds1.side │ │ │ ├── lmm │ │ │ │ └── liblsm9ds1.a │ │ │ ├── lsm9ds1.c │ │ │ └── lsm9ds1.h │ │ ├── libmma7455 │ │ │ ├── Documentation mma7455 Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libmma7455.a │ │ │ ├── gRangec.c │ │ │ ├── getMode.c │ │ │ ├── getxyz10.c │ │ │ ├── getxyz8.c │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_vars.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── mma7455_8h.html │ │ │ │ ├── mma7455_8h_source.html │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── init.c │ │ │ ├── libmma7455.c │ │ │ ├── libmma7455.side │ │ │ ├── lmm │ │ │ │ └── libmma7455.a │ │ │ ├── mma7455.c │ │ │ ├── mma7455.h │ │ │ ├── readByte.c │ │ │ ├── setMode.c │ │ │ ├── setOffset.c │ │ │ └── writeByte.c │ │ ├── libmx2125 │ │ │ ├── Documentation mx2125 Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libmx2125.a │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── mx2125_8c.html │ │ │ │ ├── mx2125_8h.html │ │ │ │ ├── mx2125_8h_source.html │ │ │ │ ├── mx2125__accel_8c.html │ │ │ │ ├── mx2125__rotate_8c.html │ │ │ │ ├── mx2125__tilt_8c.html │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libmx2125.c │ │ │ ├── libmx2125.side │ │ │ ├── lmm │ │ │ │ └── libmx2125.a │ │ │ ├── mx2125.c │ │ │ ├── mx2125.h │ │ │ ├── mx2125_accel.c │ │ │ ├── mx2125_rotate.c │ │ │ └── mx2125_tilt.c │ │ ├── libping │ │ │ ├── Documentation ping Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libping.a │ │ │ ├── html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── ping_8h.html │ │ │ │ ├── ping_8h_source.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libping.c │ │ │ ├── libping.side │ │ │ ├── lmm │ │ │ │ └── libping.a │ │ │ ├── ping.c │ │ │ └── ping.h │ │ ├── librfidser │ │ │ ├── Documentation rfidser Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── librfidser.a │ │ │ ├── html │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── rfidser_8h.html │ │ │ │ ├── rfidser_8h_source.html │ │ │ │ ├── structrfid__struct.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── librfidser.c │ │ │ ├── librfidser.side │ │ │ ├── lmm │ │ │ │ └── librfidser.a │ │ │ ├── rfidser.c │ │ │ └── rfidser.h │ │ └── libsoundimpact │ │ │ ├── Documentation soundimpact Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libsoundimpact.a │ │ │ ├── html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── soundimpact_8h.html │ │ │ ├── soundimpact_8h_source.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libsoundimpact.c │ │ │ ├── libsoundimpact.side │ │ │ ├── lmm │ │ │ └── libsoundimpact.a │ │ │ ├── soundimpact.c │ │ │ └── soundimpact.h │ ├── Social │ │ ├── libbadgetools │ │ │ ├── Beanie.c │ │ │ ├── Documentation badgetools Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── accel_shaken.c │ │ │ ├── accelerometer.c │ │ │ ├── badgeaccelerometer.c │ │ │ ├── badgealpha.c │ │ │ ├── badgetools.h │ │ │ ├── cmm │ │ │ │ └── libbadgetools.a │ │ │ ├── html │ │ │ │ ├── ParallaxLogo.png │ │ │ │ ├── badgetools_8h.html │ │ │ │ ├── badgetools_8h_source.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── ir_dec.c │ │ │ ├── ir_hdserial.c │ │ │ ├── ir_hex.c │ │ │ ├── ir_rjdec.c │ │ │ ├── ir_rx.c │ │ │ ├── ir_rxcheck.c │ │ │ ├── ir_rxflush.c │ │ │ ├── ir_rxtime.c │ │ │ ├── ir_stop.c │ │ │ ├── ir_str.c │ │ │ ├── ir_tx.c │ │ │ ├── ir_tx_bin.c │ │ │ ├── ir_txflush.c │ │ │ ├── jm_touchpads.c │ │ │ ├── leds_asm.c │ │ │ ├── leds_clear.c │ │ │ ├── leds_led.c │ │ │ ├── leds_leds.c │ │ │ ├── leds_off.c │ │ │ ├── leds_on.c │ │ │ ├── leds_rgb.c │ │ │ ├── leds_rgbs.c │ │ │ ├── leds_set_1_blue.c │ │ │ ├── leds_set_1_rgb.c │ │ │ ├── leds_set_all.c │ │ │ ├── leds_set_rgb.c │ │ │ ├── leds_set_rgb1.c │ │ │ ├── leds_set_rgb2.c │ │ │ ├── leds_stop.c │ │ │ ├── libbadgetools.c │ │ │ ├── libbadgetools.side │ │ │ ├── lmm │ │ │ │ └── libbadgetools.a │ │ │ ├── oled_asmfast.c │ │ │ ├── oled_auto.c │ │ │ ├── oled_box.c │ │ │ ├── oled_char32x16.c │ │ │ ├── oled_char7x5.c │ │ │ ├── oled_circle.c │ │ │ ├── oled_clear.c │ │ │ ├── oled_cursor.c │ │ │ ├── oled_dataAddr.c │ │ │ ├── oled_getAuto.c │ │ │ ├── oled_getBuffer.c │ │ │ ├── oled_getDisplayHeight.c │ │ │ ├── oled_getDisplayType.c │ │ │ ├── oled_getDisplayWidth.c │ │ │ ├── oled_getSplash.c │ │ │ ├── oled_invert.c │ │ │ ├── oled_letter.c │ │ │ ├── oled_line.c │ │ │ ├── oled_point.c │ │ │ ├── oled_scrollLeft.c │ │ │ ├── oled_scrollLeftDiag.c │ │ │ ├── oled_scrollRight.c │ │ │ ├── oled_scrollRightDiag.c │ │ │ ├── oled_scrollStop.c │ │ │ ├── oled_stop.c │ │ │ ├── oled_string.c │ │ │ ├── oled_string16x4.c │ │ │ ├── oled_string8x1.c │ │ │ ├── oled_string8x2.c │ │ │ ├── oled_swap.c │ │ │ ├── oled_text_size.c │ │ │ ├── oled_triangle.c │ │ │ ├── peb_already_stored.c │ │ │ ├── peb_clear_bit.c │ │ │ ├── peb_contacts_clear.c │ │ │ ├── peb_contacts_count.c │ │ │ ├── peb_contacts_displayAll.c │ │ │ ├── peb_contacts_eraseAll.c │ │ │ ├── peb_contacts_setStartAddr.c │ │ │ ├── peb_dev_ee_show.c │ │ │ ├── peb_ee_badgeCheck.c │ │ │ ├── peb_ee_blank.c │ │ │ ├── peb_ee_displayIndex.c │ │ │ ├── peb_ee_readByte.c │ │ │ ├── peb_ee_readFloat32.c │ │ │ ├── peb_ee_readInt.c │ │ │ ├── peb_ee_readShort.c │ │ │ ├── peb_ee_readStr.c │ │ │ ├── peb_ee_writeByte.c │ │ │ ├── peb_ee_writeFloat32.c │ │ │ ├── peb_ee_writeInt.c │ │ │ ├── peb_ee_writeShort.c │ │ │ ├── peb_ee_writeStr.c │ │ │ ├── peb_eeprint.c │ │ │ ├── peb_eeprinted.c │ │ │ ├── peb_eescan.c │ │ │ ├── peb_get_bit.c │ │ │ ├── peb_image180.c │ │ │ ├── peb_ir_receive.c │ │ │ ├── peb_ir_send.c │ │ │ ├── peb_irclear.c │ │ │ ├── peb_irprint.c │ │ │ ├── peb_irscan.c │ │ │ ├── peb_retrieve.c │ │ │ ├── peb_screen_image.c │ │ │ ├── peb_set_bit.c │ │ │ ├── peb_shape.c │ │ │ ├── peb_store.c │ │ │ ├── peb_stringView.c │ │ │ ├── peb_text.c │ │ │ └── sscan_ct.c │ │ └── libbadgewxtools │ │ │ ├── Beanie.c │ │ │ ├── Documentation badgewxtools Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── ParallaxLogo.png │ │ │ ├── accel_shaken.c │ │ │ ├── accelerometer.c │ │ │ ├── badgeaccelerometer.c │ │ │ ├── badgealpha.c │ │ │ ├── badgewxtools.h │ │ │ ├── buttons.c │ │ │ ├── cmm │ │ │ └── libbadgewxtools.a │ │ │ ├── html │ │ │ ├── ParallaxLogo.png │ │ │ ├── badgewxtools_8h.html │ │ │ ├── badgewxtools_8h_source.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── ir_dec.c │ │ │ ├── ir_hdserial.c │ │ │ ├── ir_hex.c │ │ │ ├── ir_rjdec.c │ │ │ ├── ir_rx.c │ │ │ ├── ir_rxcheck.c │ │ │ ├── ir_rxflush.c │ │ │ ├── ir_rxtime.c │ │ │ ├── ir_stop.c │ │ │ ├── ir_str.c │ │ │ ├── ir_tx.c │ │ │ ├── ir_tx_bin.c │ │ │ ├── ir_txflush.c │ │ │ ├── led_pwm.c │ │ │ ├── libbadgewxtools.c │ │ │ ├── libbadgewxtools.side │ │ │ ├── lmm │ │ │ └── libbadgewxtools.a │ │ │ ├── oled_asmfast.c │ │ │ ├── oled_auto.c │ │ │ ├── oled_box.c │ │ │ ├── oled_char32x16.c │ │ │ ├── oled_char7x5.c │ │ │ ├── oled_circle.c │ │ │ ├── oled_clear.c │ │ │ ├── oled_cursor.c │ │ │ ├── oled_dataAddr.c │ │ │ ├── oled_getAuto.c │ │ │ ├── oled_getBuffer.c │ │ │ ├── oled_getDisplayHeight.c │ │ │ ├── oled_getDisplayType.c │ │ │ ├── oled_getDisplayWidth.c │ │ │ ├── oled_getSplash.c │ │ │ ├── oled_invert.c │ │ │ ├── oled_letter.c │ │ │ ├── oled_line.c │ │ │ ├── oled_point.c │ │ │ ├── oled_scrollLeft.c │ │ │ ├── oled_scrollLeftDiag.c │ │ │ ├── oled_scrollRight.c │ │ │ ├── oled_scrollRightDiag.c │ │ │ ├── oled_scrollStop.c │ │ │ ├── oled_stop.c │ │ │ ├── oled_string.c │ │ │ ├── oled_string16x4.c │ │ │ ├── oled_string8x1.c │ │ │ ├── oled_string8x2.c │ │ │ ├── oled_swap.c │ │ │ ├── oled_text_size.c │ │ │ ├── oled_triangle.c │ │ │ ├── peb_already_stored.c │ │ │ ├── peb_clear_bit.c │ │ │ ├── peb_contacts_clear.c │ │ │ ├── peb_contacts_count.c │ │ │ ├── peb_contacts_displayAll.c │ │ │ ├── peb_contacts_eraseAll.c │ │ │ ├── peb_contacts_setStartAddr.c │ │ │ ├── peb_dev_ee_show.c │ │ │ ├── peb_ee_badgeCheck.c │ │ │ ├── peb_ee_blank.c │ │ │ ├── peb_ee_displayIndex.c │ │ │ ├── peb_ee_readByte.c │ │ │ ├── peb_ee_readFloat32.c │ │ │ ├── peb_ee_readInt.c │ │ │ ├── peb_ee_readShort.c │ │ │ ├── peb_ee_readStr.c │ │ │ ├── peb_ee_writeByte.c │ │ │ ├── peb_ee_writeFloat32.c │ │ │ ├── peb_ee_writeInt.c │ │ │ ├── peb_ee_writeShort.c │ │ │ ├── peb_ee_writeStr.c │ │ │ ├── peb_eeprint.c │ │ │ ├── peb_eeprinted.c │ │ │ ├── peb_eescan.c │ │ │ ├── peb_get_bit.c │ │ │ ├── peb_image180.c │ │ │ ├── peb_ir_receive.c │ │ │ ├── peb_ir_send.c │ │ │ ├── peb_irclear.c │ │ │ ├── peb_irprint.c │ │ │ ├── peb_irscan.c │ │ │ ├── peb_retrieve.c │ │ │ ├── peb_screen_image.c │ │ │ ├── peb_set_bit.c │ │ │ ├── peb_shape.c │ │ │ ├── peb_store.c │ │ │ ├── peb_stringView.c │ │ │ ├── peb_text.c │ │ │ └── sscan_ct.c │ ├── TextDevices │ │ ├── libfdserial │ │ │ ├── Documentation fdserial Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ │ └── libfdserial.a │ │ │ ├── fdserial.c │ │ │ ├── fdserial.h │ │ │ ├── fdserial_utils.c │ │ │ ├── html │ │ │ │ ├── ParallaxLogo.png │ │ │ │ ├── annotated.html │ │ │ │ ├── bc_s.png │ │ │ │ ├── bdwn.png │ │ │ │ ├── classes.html │ │ │ │ ├── closed.png │ │ │ │ ├── doxygen.css │ │ │ │ ├── doxygen.png │ │ │ │ ├── dynsections.js │ │ │ │ ├── fdserial_8c.html │ │ │ │ ├── fdserial_8h.html │ │ │ │ ├── fdserial_8h_source.html │ │ │ │ ├── files.html │ │ │ │ ├── ftv2blank.png │ │ │ │ ├── ftv2cl.png │ │ │ │ ├── ftv2doc.png │ │ │ │ ├── ftv2folderclosed.png │ │ │ │ ├── ftv2folderopen.png │ │ │ │ ├── ftv2lastnode.png │ │ │ │ ├── ftv2link.png │ │ │ │ ├── ftv2mlastnode.png │ │ │ │ ├── ftv2mnode.png │ │ │ │ ├── ftv2mo.png │ │ │ │ ├── ftv2node.png │ │ │ │ ├── ftv2ns.png │ │ │ │ ├── ftv2plastnode.png │ │ │ │ ├── ftv2pnode.png │ │ │ │ ├── ftv2splitbar.png │ │ │ │ ├── ftv2vertline.png │ │ │ │ ├── functions.html │ │ │ │ ├── functions_vars.html │ │ │ │ ├── globals.html │ │ │ │ ├── globals_defs.html │ │ │ │ ├── globals_func.html │ │ │ │ ├── globals_type.html │ │ │ │ ├── index.html │ │ │ │ ├── jquery.js │ │ │ │ ├── nav_f.png │ │ │ │ ├── nav_g.png │ │ │ │ ├── nav_h.png │ │ │ │ ├── open.png │ │ │ │ ├── structfdserial__struct.html │ │ │ │ ├── sync_off.png │ │ │ │ ├── sync_on.png │ │ │ │ ├── tab_a.png │ │ │ │ ├── tab_b.png │ │ │ │ ├── tab_h.png │ │ │ │ ├── tab_s.png │ │ │ │ └── tabs.css │ │ │ ├── libfdserial.c │ │ │ ├── libfdserial.side │ │ │ ├── lmm │ │ │ │ └── libfdserial.a │ │ │ └── pst.spin │ │ └── libsimpletext │ │ │ ├── Documentation serial Library.html │ │ │ ├── Documentation simpletext Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── cmm │ │ │ └── libsimpletext.a │ │ │ ├── doscanf.c │ │ │ ├── dosprint.c │ │ │ ├── dosput.c │ │ │ ├── dprint.c │ │ │ ├── dprinti.c │ │ │ ├── dscan.c │ │ │ ├── dscani.c │ │ │ ├── echo.c │ │ │ ├── endChars.c │ │ │ ├── floatToString.c │ │ │ ├── getBin.c │ │ │ ├── getByte.c │ │ │ ├── getChar.c │ │ │ ├── getDec.c │ │ │ ├── getFloat.c │ │ │ ├── getHex.c │ │ │ ├── getStr.c │ │ │ ├── gets.c │ │ │ ├── html │ │ │ ├── ParallaxLogo.png │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── float_to_string_8c.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── functions.html │ │ │ ├── functions_vars.html │ │ │ ├── get_bin_8c.html │ │ │ ├── get_char_8c.html │ │ │ ├── get_dec_8c.html │ │ │ ├── get_float_8c.html │ │ │ ├── get_hex_8c.html │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── globals_type.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── put_bin_8c.html │ │ │ ├── put_bin_digits_8c.html │ │ │ ├── put_char_8c.html │ │ │ ├── put_dec_8c.html │ │ │ ├── put_dec_digits_8c.html │ │ │ ├── put_float_8c.html │ │ │ ├── put_float_precision_8c.html │ │ │ ├── put_hex_8c.html │ │ │ ├── put_hex_digits_8c.html │ │ │ ├── put_line_8c.html │ │ │ ├── put_str_8c.html │ │ │ ├── serial_8h.html │ │ │ ├── serial_8h_source.html │ │ │ ├── serial__open_8c.html │ │ │ ├── simpleterm_8c.html │ │ │ ├── simpleterm__close_8c.html │ │ │ ├── simpletext_8h.html │ │ │ ├── simpletext_8h_source.html │ │ │ ├── structserial__info.html │ │ │ ├── structtext__struct.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ ├── tabs.css │ │ │ ├── write_bin_8c.html │ │ │ ├── write_bin_digits_8c.html │ │ │ ├── write_char_8c.html │ │ │ ├── write_dec_8c.html │ │ │ ├── write_dec_digits_8c.html │ │ │ ├── write_float_8c.html │ │ │ ├── write_float_precision_8c.html │ │ │ ├── write_hex_8c.html │ │ │ ├── write_hex_digits_8c.html │ │ │ ├── write_line_8c.html │ │ │ ├── write_str_8c.html │ │ │ └── write_str_digits_8c.html │ │ │ ├── intprint.c │ │ │ ├── libsimpletext.c │ │ │ ├── libsimpletext.side │ │ │ ├── lmm │ │ │ └── libsimpletext.a │ │ │ ├── print.c │ │ │ ├── printNumber.c │ │ │ ├── printi.c │ │ │ ├── putBin.c │ │ │ ├── putBinDigits.c │ │ │ ├── putByte.c │ │ │ ├── putChar.c │ │ │ ├── putDec.c │ │ │ ├── putDecDigits.c │ │ │ ├── putFloat.c │ │ │ ├── putFloatPrecision.c │ │ │ ├── putHex.c │ │ │ ├── putHexDigits.c │ │ │ ├── putLine.c │ │ │ ├── putStr.c │ │ │ ├── putStrDigits.c │ │ │ ├── putStrWithNpcVals.c │ │ │ ├── putln.c │ │ │ ├── readByte.c │ │ │ ├── safe_gets.c │ │ │ ├── scan.c │ │ │ ├── scanAfterStr.c │ │ │ ├── scanf_getf.c │ │ │ ├── scanf_getl.c │ │ │ ├── serial.h │ │ │ ├── serial_close.c │ │ │ ├── serial_open.c │ │ │ ├── serial_rxtx.c │ │ │ ├── simpleterm.c │ │ │ ├── simpleterm_close.c │ │ │ ├── simpletext.h │ │ │ ├── sprint.c │ │ │ ├── sprinti.c │ │ │ ├── sscan.c │ │ │ ├── sscanAfterStr.c │ │ │ ├── stringToFloat.c │ │ │ ├── writeBin.c │ │ │ ├── writeBinDigits.c │ │ │ ├── writeByte.c │ │ │ ├── writeChar.c │ │ │ ├── writeDec.c │ │ │ ├── writeDecDigits.c │ │ │ ├── writeFloat.c │ │ │ ├── writeFloatPrecision.c │ │ │ ├── writeHex.c │ │ │ ├── writeHexDigits.c │ │ │ ├── writeLine.c │ │ │ ├── writeStr.c │ │ │ └── writeStrDigits.c │ ├── Time │ │ └── libdatetime │ │ │ ├── Documentation datetime Library.html │ │ │ ├── Doxyfile.doxyfile │ │ │ ├── ParallaxLogo.png │ │ │ ├── blank.c │ │ │ ├── cmm │ │ │ └── libdatetime.a │ │ │ ├── datetime.c │ │ │ ├── datetime.h │ │ │ ├── dt_fromDateStr.c │ │ │ ├── dt_fromEt.c │ │ │ ├── dt_fromTimeStr.c │ │ │ ├── dt_toDateStr.c │ │ │ ├── dt_toEt.c │ │ │ ├── dt_toTimeStr.c │ │ │ ├── dte_dateETV.c │ │ │ ├── dte_timeETV.c │ │ │ ├── dte_toCal.c │ │ │ ├── dte_toJD.c │ │ │ ├── dte_toSPD.c │ │ │ ├── html │ │ │ ├── ParallaxLogo.png │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── datetime_8h.html │ │ │ ├── datetime_8h_source.html │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── functions.html │ │ │ ├── functions_vars.html │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── globals_type.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── structdatetime__st.html │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ │ ├── libdatetime.c │ │ │ ├── libdatetime.side │ │ │ └── lmm │ │ │ └── libdatetime.a │ └── Utility │ │ ├── libcolormath │ │ ├── Documentation colormath library.html │ │ ├── Doxyfile.doxyfile │ │ ├── cmm │ │ │ └── libcolormath.a │ │ ├── colormath.h │ │ ├── compareRRGGBB.c │ │ ├── get8bitColor.c │ │ ├── getColorRRGGBB.c │ │ ├── html │ │ │ ├── arrowdown.png │ │ │ ├── arrowright.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── color_math_8h_source.html │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ ├── libcolormath.c │ │ ├── libcolormath.side │ │ ├── lmm │ │ │ └── libcolormath.a │ │ └── remapColor.c │ │ ├── libsimpletools │ │ ├── Documentation simpletools Library.html │ │ ├── Doxyfile.doxyfile │ │ ├── LearnHeading.png │ │ ├── ParallaxLogo.png │ │ ├── cmm │ │ │ └── libsimpletools.a │ │ ├── html │ │ │ ├── ParallaxLogo.png │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── closed.png │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── ftv2blank.png │ │ │ ├── ftv2cl.png │ │ │ ├── ftv2doc.png │ │ │ ├── ftv2folderclosed.png │ │ │ ├── ftv2folderopen.png │ │ │ ├── ftv2lastnode.png │ │ │ ├── ftv2link.png │ │ │ ├── ftv2mlastnode.png │ │ │ ├── ftv2mnode.png │ │ │ ├── ftv2mo.png │ │ │ ├── ftv2node.png │ │ │ ├── ftv2ns.png │ │ │ ├── ftv2plastnode.png │ │ │ ├── ftv2pnode.png │ │ │ ├── ftv2splitbar.png │ │ │ ├── ftv2vertline.png │ │ │ ├── globals.html │ │ │ ├── globals_defs.html │ │ │ ├── globals_func.html │ │ │ ├── globals_vars.html │ │ │ ├── index.html │ │ │ ├── jquery.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── simpletools_8h.html │ │ │ ├── simpletools_8h_source.html │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ │ ├── libsimpletools.c │ │ ├── libsimpletools.side │ │ ├── lmm │ │ │ └── libsimpletools.a │ │ ├── simpletools.h │ │ └── source │ │ │ ├── addfiledriver.c │ │ │ ├── cogend.c │ │ │ ├── cognum.c │ │ │ ├── cogrun.c │ │ │ ├── constrainFloat.c │ │ │ ├── constrainInt.c │ │ │ ├── count.c │ │ │ ├── dac.c │ │ │ ├── eeprom_getByte.c │ │ │ ├── eeprom_getFloat.c │ │ │ ├── eeprom_getInt.c │ │ │ ├── eeprom_getStr.c │ │ │ ├── eeprom_init.c │ │ │ ├── eeprom_initSclDrive.c │ │ │ ├── eeprom_putByte.c │ │ │ ├── eeprom_putFloat.c │ │ │ ├── eeprom_putInt.c │ │ │ ├── eeprom_putStr.c │ │ │ ├── endianSwap.c │ │ │ ├── freqout.c │ │ │ ├── getDirection.c │ │ │ ├── getDirections.c │ │ │ ├── getOutput.c │ │ │ ├── getOutputs.c │ │ │ ├── getState.c │ │ │ ├── getStates.c │ │ │ ├── high.c │ │ │ ├── i2c_busy.c │ │ │ ├── i2c_in.c │ │ │ ├── i2c_init.c │ │ │ ├── i2c_out.c │ │ │ ├── input.c │ │ │ ├── itoa.c │ │ │ ├── low.c │ │ │ ├── mapFloat.c │ │ │ ├── mapInt.c │ │ │ ├── mark.c │ │ │ ├── pause.c │ │ │ ├── pause_us.c │ │ │ ├── pulseIn.c │ │ │ ├── pulseOut.c │ │ │ ├── pwm.c │ │ │ ├── random.c │ │ │ ├── rcTime.c │ │ │ ├── reverse.c │ │ │ ├── sddriverconfig.c │ │ │ ├── setDacBits.c │ │ │ ├── setDirection.c │ │ │ ├── setDirections.c │ │ │ ├── setIoDt.c │ │ │ ├── setOutput.c │ │ │ ├── setOutputs.c │ │ │ ├── setPauseDt.c │ │ │ ├── setStates.c │ │ │ ├── setTimeout.c │ │ │ ├── shiftIn.c │ │ │ ├── shiftOut.c │ │ │ ├── squareWave.c │ │ │ ├── term_cmd.c │ │ │ ├── timeTicks.c │ │ │ ├── timeout.c │ │ │ ├── toggle.c │ │ │ └── wait.c │ │ └── libstacktest │ │ ├── Documentation stacktest Library.html │ │ ├── Doxyfile.doxyfile │ │ ├── cmm │ │ └── libstacktest.a │ │ ├── cogendStackTest.c │ │ ├── cogrunStackTest.c │ │ ├── cogstartStackTest.c │ │ ├── cogstopStackTest.c │ │ ├── html │ │ ├── bc_s.png │ │ ├── bdwn.png │ │ ├── closed.png │ │ ├── doxygen.css │ │ ├── doxygen.png │ │ ├── dynsections.js │ │ ├── files.html │ │ ├── ftv2blank.png │ │ ├── ftv2cl.png │ │ ├── ftv2doc.png │ │ ├── ftv2folderclosed.png │ │ ├── ftv2folderopen.png │ │ ├── ftv2lastnode.png │ │ ├── ftv2link.png │ │ ├── ftv2mlastnode.png │ │ ├── ftv2mnode.png │ │ ├── ftv2mo.png │ │ ├── ftv2node.png │ │ ├── ftv2ns.png │ │ ├── ftv2plastnode.png │ │ ├── ftv2pnode.png │ │ ├── ftv2splitbar.png │ │ ├── ftv2vertline.png │ │ ├── globals.html │ │ ├── globals_func.html │ │ ├── index.html │ │ ├── jquery.js │ │ ├── nav_f.png │ │ ├── nav_g.png │ │ ├── nav_h.png │ │ ├── open.png │ │ ├── stacktest_8h.html │ │ ├── stacktest_8h_source.html │ │ ├── sync_off.png │ │ ├── sync_on.png │ │ ├── tab_a.png │ │ ├── tab_b.png │ │ ├── tab_h.png │ │ ├── tab_s.png │ │ └── tabs.css │ │ ├── libstacktest.c │ │ ├── libstacktest.side │ │ ├── lmm │ │ └── libstacktest.a │ │ └── stacktest.h └── Update Your Learn Folder.html ├── My Projects ├── Blank Simple C++ Project.cpp ├── Blank Simple C++ Project.side ├── Blank Simple Project.c ├── Blank Simple Project.side ├── Welcome.c └── Welcome.side ├── Propeller GCC Demos ├── C-VGA │ ├── Makefile │ ├── vga.cogc │ ├── vga.h │ ├── vgademo.c │ └── vgademo.side ├── QuickStart │ ├── BlinkCogs │ │ ├── blinkcogs.c │ │ └── blinkcogs.side │ └── Whack-a-mole │ │ ├── build.bat │ │ ├── qswam.c │ │ └── qswam.side ├── graphics │ ├── Graphics.c │ ├── Graphics.dat │ ├── Graphics.h │ ├── Graphics.spin │ ├── GraphicsFont.c │ ├── GraphicsTest.c │ ├── GraphicsTest.side │ ├── Makefile │ ├── TV.dat │ ├── TV.spin │ ├── common.mk │ ├── init.c │ ├── tv.c │ └── tv.h ├── hello │ ├── hello.c │ └── hello.side ├── pong │ ├── Makefile │ ├── pong.c │ ├── pong.side │ └── vga.h ├── sidetv │ ├── Makefile │ ├── TV.dat │ ├── TV.list │ ├── TV.spin │ ├── TvDemo.c │ ├── TvDemo.side │ ├── TvDriver.c │ ├── TvText.c │ └── TvText.h ├── toggle │ ├── c++_toggle │ │ ├── Makefile │ │ ├── toggle.cc │ │ └── toggle.side │ ├── cog_c_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ ├── toggle.h │ │ ├── toggle.side │ │ ├── toggle_fw.cog │ │ └── toggle_fw.cogc │ ├── gas_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ ├── toggle.side │ │ └── toggle_firmware.s │ ├── lmm_c_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ └── toggle.side │ ├── lmm_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ └── toggle.side │ ├── pasm_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ ├── toggle.dat │ │ ├── toggle.list │ │ ├── toggle.side │ │ └── toggle.spin │ ├── pthreads_toggle │ │ ├── Makefile │ │ ├── init.c │ │ ├── toggle.c │ │ └── toggle.side │ └── xmm_toggle │ │ ├── Makefile │ │ ├── toggle.c │ │ └── toggle.side └── vgademo │ ├── Makefile │ ├── README.txt │ ├── dat2c.c │ ├── draw.c │ ├── draw.h │ ├── text.c │ ├── text.h │ ├── text2.c │ ├── text2.h │ ├── vga.c │ ├── vga.dat │ ├── vga.spin │ ├── vgademo.c │ └── vgademo.side ├── README.md └── version.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/.gitignore -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/00 Hello oLED Screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/00 Hello oLED Screen.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/03 Screen Numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/03 Screen Numbers.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/03 Screen Numbers.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/03 Screen Numbers.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/06 Display Invert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/06 Display Invert.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/06 Display Invert.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/06 Display Invert.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/07 Box and Lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/07 Box and Lines.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/07 Box and Lines.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/07 Box and Lines.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/08 Plot Points.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/08 Plot Points.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/08 Plot Points.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/08 Plot Points.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/09 Plot Parabola.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/09 Plot Parabola.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/09 Plot Parabola.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/09 Plot Parabola.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/10 Plot Sine Cosine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/10 Plot Sine Cosine.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/11 Shapes to Display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/11 Shapes to Display.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/12 Image to Display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/12 Image to Display.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/13 Shift Display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/13 Shift Display.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/13 Shift Display.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/13 Shift Display.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/14 Multicore Dots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/14 Multicore Dots.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/01 Display/14 Multicore Dots.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/01 Display/14 Multicore Dots.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/00 Blink Light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/00 Blink Light.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/00 Blink Light.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/00 Blink Light.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/01 Blink Lights.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/01 Blink Lights.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/01 Blink Lights.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/01 Blink Lights.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/04 RBG LEDs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/04 RBG LEDs.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/02 Lights/04 RBG LEDs.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/02 Lights/04 RBG LEDs.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/03 Buttons/00 Check One Button.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/03 Buttons/00 Check One Button.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/03 Buttons/01 Check Two Buttons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/03 Buttons/01 Check Two Buttons.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/03 Buttons/03 Check All Buttons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/03 Buttons/03 Check All Buttons.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/02 Tone Volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/02 Tone Volume.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/02 Tone Volume.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/02 Tone Volume.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/03 Two Tones Mixed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/03 Two Tones Mixed.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/03 Two Tones Mixed.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/03 Two Tones Mixed.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/04 DoReMi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/04 DoReMi.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/04 DoReMi.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/04 DoReMi.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/05 Flat Notes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/05 Flat Notes.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/05 Flat Notes.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/05 Flat Notes.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/06 Strum a Chord.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/06 Strum a Chord.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/06 Strum a Chord.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/06 Strum a Chord.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/07 Different Waveforms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/07 Different Waveforms.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/08 Left vs Right.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/08 Left vs Right.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/08 Left vs Right.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/08 Left vs Right.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/09 Stereo Test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/09 Stereo Test.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/07 Audio/09 Stereo Test.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/07 Audio/09 Stereo Test.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/01 Say Hello Goodbye.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/01 Say Hello Goodbye.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/02 Spell Mississippi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/02 Spell Mississippi.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/04 Inflections.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/04 Inflections.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/04 Inflections.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/04 Inflections.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/05 Counting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/05 Counting.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/05 Counting.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/05 Counting.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/06 Singing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/06 Singing.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/08 Speech/06 Singing.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/08 Speech/06 Singing.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/01 Display Date Time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/01 Display Date Time.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/01 Display Date Time.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/01 Display Date Time.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/03 Set Time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/03 Set Time.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/03 Set Time.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/03 Set Time.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/04 Send Time with IR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/04 Send Time with IR.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/04 Send Time with IR.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/04 Send Time with IR.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/05 Receive time with IR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/05 Receive time with IR.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/06 Time Backup Setup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/06 Time Backup Setup.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/06 Time Backup Setup.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/06 Time Backup Setup.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/07 Time with Backup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/07 Time with Backup.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/09 Time/07 Time with Backup.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/09 Time/07 Time with Backup.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/10 Games/Pong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/10 Games/Pong.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/10 Games/Pong.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/10 Games/Pong.side -------------------------------------------------------------------------------- /Learn/Examples/Badge/10 Games/Shooter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/10 Games/Shooter.c -------------------------------------------------------------------------------- /Learn/Examples/Badge/10 Games/Shooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/10 Games/Shooter.h -------------------------------------------------------------------------------- /Learn/Examples/Badge/10 Games/Shooter.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Badge/10 Games/Shooter.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Array Variables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Array Variables.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Array Variables.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Array Variables.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Count to Ten.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Count to Ten.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Count to Ten.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Count to Ten.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Decision Chain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Decision Chain.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Decision Chain.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Decision Chain.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Hello Message.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Hello Message.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Hello Message.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Hello Message.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Index Array Variables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Index Array Variables.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Make a Decision.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Make a Decision.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Make a Decision.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Make a Decision.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Repeat While.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Repeat While.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Repeat While.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Repeat While.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Basics/Repeat at Least Once.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Basics/Repeat at Least Once.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Functions/Function Call.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Functions/Function Call.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Functions/Function Call.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Functions/Function Call.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Functions/Global Exchange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Functions/Global Exchange.c -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Functions/Global Exchange.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Functions/Global Exchange.side -------------------------------------------------------------------------------- /Learn/Examples/C Intro/Functions/Multicore Example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/C Intro/Functions/Multicore Example.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Blink Light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Blink Light.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Blink Light.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Blink Light.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Button Display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Button Display.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Button Display.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Button Display.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Count Transitions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Count Transitions.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Count Transitions.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Count Transitions.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Measure Volts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Measure Volts.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Measure Volts.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Measure Volts.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Piezo Beep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Piezo Beep.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Piezo Beep.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Piezo Beep.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Sense Light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Sense Light.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Sense Light.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Sense Light.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Set Volts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Set Volts.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Set Volts.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Set Volts.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Set and Measure Volts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Set and Measure Volts.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Set and Measure Volts.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Set and Measure Volts.side -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Seven Segment.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Seven Segment.c -------------------------------------------------------------------------------- /Learn/Examples/Circuits/Seven Segment.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Circuits/Seven Segment.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Audio/Test WAV Volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Audio/Test WAV Volume.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Audio/Test WAV Volume.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Audio/Test WAV Volume.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Convert/Test libdac2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Convert/Test libdac2ch.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Convert/Test libdac2ch.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Convert/Test libdac2ch.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Convert/Test libpwm2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Convert/Test libpwm2ch.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Convert/Test libpwm2ch.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Convert/Test libpwm2ch.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/Hello LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/Hello LCD.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/Hello LCD.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/Hello LCD.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/Hello VGA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/Hello VGA.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/Hello VGA.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/Hello VGA.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/ePaper Count Down.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/ePaper Count Down.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/ePaper Count Down.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/ePaper Count Down.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/ePaper Draw Lines.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/ePaper Draw Lines.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/ePaper Draw Lines.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/ePaper Draw Lines.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Display/ePaper Random Pixels.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Display/ePaper Random Pixels.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Light/ws2812 Demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Light/ws2812 Demo.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Light/ws2812 Demo.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Light/ws2812 Demo.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Light/ws2812 Simple Test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Light/ws2812 Simple Test.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Light/ws2812 Simple Test.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Light/ws2812 Simple Test.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/EEPROM Data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/EEPROM Data.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/EEPROM Data.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/EEPROM Data.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/EEPROM Progam Modes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/EEPROM Progam Modes.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/EEPROM Progam Modes.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/EEPROM Progam Modes.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD Datalogger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD Datalogger.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD Datalogger.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD Datalogger.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD Minimal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD Minimal.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD Minimal.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD Minimal.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD with Tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD with Tests.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Memory/SD with Tests.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Memory/SD with Tests.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Motor/Servo360/Set Speeds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Motor/Servo360/Set Speeds.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Motor/Servo360/Set Speeds.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Motor/Servo360/Set Speeds.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/ColorPAL/Test ColorPAL.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/ColorPAL/Test ColorPAL.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/GPS/PAM-7Q GPS Test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/GPS/PAM-7Q GPS Test.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/GPS/PAM-7Q GPS Test.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/GPS/PAM-7Q GPS Test.side -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/Joystick/joystick_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/Joystick/joystick_adc.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/PIR Motion/PIR Rev B.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/PIR Motion/PIR Rev B.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/Sensor/RFID Serial/RFID Read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/Sensor/RFID Serial/RFID Read.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/TV Remote/Test SIRC Remote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/TV Remote/Test SIRC Remote.c -------------------------------------------------------------------------------- /Learn/Examples/Devices/TV Remote/Test SIRC Remote.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Devices/TV Remote/Test SIRC Remote.side -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog End Example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog End Example.c -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog End Example.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog End Example.side -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Info Exchange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Info Exchange.c -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Info Exchange.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Info Exchange.side -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Run Example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Run Example.c -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Run Example.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Run Example.side -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Stack Usage Test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Stack Usage Test.c -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Cog Stack Usage Test.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Cog Stack Usage Test.side -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Print from Other Core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Print from Other Core.c -------------------------------------------------------------------------------- /Learn/Examples/Multicore/Print from Other Core.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Multicore/Print from Other Core.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/01-first-web-page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/01-first-web-page.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/02-heading-paragraph.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/02-heading-paragraph.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/03-button-no-action.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/03-button-no-action.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/06-text-enter-display.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/06-text-enter-display.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/ActivityBot Buttons Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/ActivityBot Buttons Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Check Station IP Address.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Check Station IP Address.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/IFTTT Send Email.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/IFTTT Send Email.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/IFTTT Send Email.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/IFTTT Send Email.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Join a Network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Join a Network.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Join a Network.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Join a Network.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Leave a Network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Leave a Network.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Leave a Network.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Leave a Network.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Page Controls Servo Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Page Controls Servo Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Page Controls light Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Page Controls light Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Pot Controls Canvas Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Pot Controls Canvas Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Switch to STA + AP mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Switch to STA + AP mode.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Test Serial Commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Test Serial Commands.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Test Serial Commands.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Test Serial Commands.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Text Page to Micro Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Text Page to Micro Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Val from Micro Host.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Val from Micro Host.c -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/Val from Micro Host.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/Val from Micro Host.side -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/activitybot-btns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/activitybot-btns.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/light-controls-canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/light-controls-canvas.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/obstacle-both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/obstacle-both.png -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/obstacle-left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/obstacle-left.png -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/obstacle-none.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/obstacle-none.png -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/obstacle-right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/obstacle-right.png -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/page-controls-light.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/page-controls-light.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/page-controls-servo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/page-controls-servo.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/page-displays-buttons.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/page-displays-buttons.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/pot-controls-canvas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/pot-controls-canvas.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/text-page-to-micro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/text-page-to-micro.html -------------------------------------------------------------------------------- /Learn/Examples/Network/WiFi/val-from-micro.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Network/WiFi/val-from-micro.html -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Hello Serial LCD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Hello Serial LCD.c -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Hello Serial LCD.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Hello Serial LCD.side -------------------------------------------------------------------------------- /Learn/Examples/Protocols/I2C Slave IO Expander.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/I2C Slave IO Expander.c -------------------------------------------------------------------------------- /Learn/Examples/Protocols/I2C Slave IO Expander.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/I2C Slave IO Expander.side -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Test 24LC512 with I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Test 24LC512 with I2C.c -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Test 24LC512 with I2C.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Test 24LC512 with I2C.side -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Test Masks for SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Test Masks for SPI.c -------------------------------------------------------------------------------- /Learn/Examples/Protocols/Test Masks for SPI.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/Test Masks for SPI.side -------------------------------------------------------------------------------- /Learn/Examples/Protocols/XBee UART Loopback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/XBee UART Loopback.c -------------------------------------------------------------------------------- /Learn/Examples/Protocols/XBee UART Loopback.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Protocols/XBee UART Loopback.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/AB Interpreter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/AB Interpreter.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/AB Interpreter.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/AB Interpreter.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Center Servos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Center Servos.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Center Servos.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Center Servos.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Follow with Ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Follow with Ping.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Forward then Stop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Forward then Stop.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/IR Roaming.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/IR Roaming.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/IR Roaming.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/IR Roaming.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/NAVSET.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/NAVSET.TXT -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Navigate by Light.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Navigate by Light.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Test IR Detectors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Test IR Detectors.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Test Light Sensors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Test Light Sensors.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Test Ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Test Ping.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Test Ping.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Test Ping.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot/Whiskers Push Bot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot/Whiskers Push Bot.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/AB Interpreter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/AB Interpreter.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/IR Roaming.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/IR Roaming.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/IR Roaming.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/IR Roaming.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/NAVSET.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/NAVSET.TXT -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/Test Ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/Test Ping.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/ActivityBot360/Test Ping.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/ActivityBot360/Test Ping.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/Arlo - Test Ping Array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/Arlo - Test Ping Array.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/Arlo - Test Ping Array.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/Arlo - Test Ping Array.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/Forward Stop Face Right.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/Forward Stop Face Right.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/IR Remote Arlo Control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/IR Remote Arlo Control.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/IR Remote Arlo Control.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/IR Remote Arlo Control.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/Speeds for Navigation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/Speeds for Navigation.c -------------------------------------------------------------------------------- /Learn/Examples/Robots/Arlo/Speeds for Navigation.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Arlo/Speeds for Navigation.side -------------------------------------------------------------------------------- /Learn/Examples/Robots/Parallaxy/Parallaxy Calibrate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Examples/Robots/Parallaxy/Parallaxy Calibrate.c -------------------------------------------------------------------------------- /Learn/Library Cog and EEPROM Usage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Library Cog and EEPROM Usage.html -------------------------------------------------------------------------------- /Learn/Simple Libraries Index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries Index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/audiosynth.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/audiosynth.spin -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/cmm/libsound.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/cmm/libsound.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/doxygen.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/doxygen.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/ftv2doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/sync_on.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/libsound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/libsound.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/libsound.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/libsound.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/lmm/libsound.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/lmm/libsound.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/sound.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libsound/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libsound/sound.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libtext2speech/talk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libtext2speech/talk.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libwavplayer/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libwavplayer/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libwavplayer/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libwavplayer/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libwavplayer/wavplayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libwavplayer/wavplayer.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Audio/libwavplayer/wavplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Audio/libwavplayer/wavplayer.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/abvolts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/abvolts.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/abvolts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/abvolts.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/abvoltsDA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/abvoltsDA.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/abvoltsF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/abvoltsF.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/daVolts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/daVolts.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/getScale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/getScale.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libabvolts/libabvolts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libabvolts/libabvolts.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/dac2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/dac2ch.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/dac2ch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/dac2ch.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdac2ch/libdac2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdac2ch/libdac2ch.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/dacctr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/dacctr.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/dacctr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/dacctr.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libdacctr/libdacctr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libdacctr/libdacctr.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/libpwm2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/libpwm2ch.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/pwm2ch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/pwm2ch.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libpwm2ch/pwm2ch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libpwm2ch/pwm2ch.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libspi_adc/MCP3202.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libspi_adc/MCP3202.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libspi_adc/MCP3202.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libspi_adc/MCP3202.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libspi_adc/spi_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libspi_adc/spi_adc.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Convert/libspi_adc/spi_adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Convert/libspi_adc/spi_adc.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/il3820.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/il3820.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/il3820_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/il3820_init.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/libil3820.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/libil3820.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libil3820/tags: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libil3820/tags -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/cmm/liboledc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/cmm/liboledc.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/liboledc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/liboledc.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/liboledc.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/liboledc.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/lmm/liboledc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/lmm/liboledc.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_bitmap.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_clear.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_clear.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_copy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_copy.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_goTo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_goTo.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_init.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_print.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/liboledc/oledc_write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/liboledc/oledc_write.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/drawChar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/drawChar.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/drawCopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/drawCopy.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/drawLine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/drawLine.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/drawRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/drawRect.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/drawText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/drawText.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/fillRect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/fillRect.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libsimplegfx/setText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libsimplegfx/setText.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libssd1331/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libssd1331/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libssd1331/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libssd1331/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libssd1331/libssd1331.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libssd1331/libssd1331.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libssd1331/ssd1331.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libssd1331/ssd1331.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libvgatext/VGA.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libvgatext/VGA.spin -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libvgatext/libvgatext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libvgatext/libvgatext.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libvgatext/vgatext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libvgatext/vgatext.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Display/libvgatext/vgatext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Display/libvgatext/vgatext.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Interface/libkeypad/getNumber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Interface/libkeypad/getNumber.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Interface/libkeypad/keypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Interface/libkeypad/keypad.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Interface/libkeypad/keypad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Interface/libkeypad/keypad.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Interface/libkeypad/libkeypad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Interface/libkeypad/libkeypad.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/Makefile -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/cmm/libws2812.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/cmm/libws2812.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/libws2812.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/libws2812.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/libws2812.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/libws2812.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/lmm/libws2812.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/lmm/libws2812.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812_close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812_close.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812_open.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812_start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812_start.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812_stop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812_stop.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812_wheel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812_wheel.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812b_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812b_open.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Light/libws2812/ws2812b_start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Light/libws2812/ws2812b_start.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/libmstimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/libmstimer.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/libmstimer.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/libmstimer.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/mstimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/mstimer.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Misc/libmstimer/mstimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Misc/libmstimer/mstimer.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/cmm/libservo.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/cmm/libservo.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/doxygen.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/doxygen.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/ftv2doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/sync_on.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/libservo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/libservo.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/libservo.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/libservo.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/lmm/libservo.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/lmm/libservo.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/servo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/servo.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo/servo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo/servo.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/libservo360.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/libservo360.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/servo360.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/servo360.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservo360/servo360.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservo360/servo360.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/libservoAux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/libservoAux.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/servoAux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/servoAux.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Motor/libservoAux/servoAux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Motor/libservoAux/servoAux.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/cmm/libwifi.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/cmm/libwifi.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/command.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/command.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/connect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/connect.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/disconnect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/disconnect.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/ipaddr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/ipaddr.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/join.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/join.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/leave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/leave.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/libwifi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/libwifi.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/libwifi.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/libwifi.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/listen.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/mode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/poll.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/print.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/recv.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/scan.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/send.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/setBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/setBuffer.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/stop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/stop.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/wifi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/wifi.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Network/libwifi/wifi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Network/libwifi/wifi.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/cog_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/cog_8h.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/doxygen.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/doxygen.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/ftv2cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/ftv2cl.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/ftv2doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/ftv2doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/ftv2mo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/ftv2mo.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/ftv2ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/ftv2ns.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/sync_on.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/PropellerGCC/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/PropellerGCC/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/cmm/libsirc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/cmm/libsirc.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/libsirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/libsirc.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/libsirc.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/libsirc.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/lmm/libsirc.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/lmm/libsirc.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/sirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/sirc.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Remote/libsirc/sirc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Remote/libsirc/sirc.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/Arlo/libarlodrive/drive_blockSpeed.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/Arlo/libarlodrive/drive_clearTicks.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/cmm/libs3.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/cmm/libs3.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/libs3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/libs3.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/libs3.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/libs3.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/s3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/s3.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/s3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/s3.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/scribbler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/scribbler.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Robotics/S3/libs3/scribbler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Robotics/S3/libs3/scribbler.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/Doxyfile -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/bme680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/bme680.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/bme680.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/bme680.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libbme680/libbme680.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libbme680/libbme680.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libcolorpal/colorpal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libcolorpal/colorpal.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libcolorpal/colorpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libcolorpal/colorpal.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/dht22.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/dht22.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/dht22.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/dht22.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/libdht22.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/libdht22.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libdht22/libdht22.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libdht22/libdht22.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/cmm/libgps.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/cmm/libgps.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_altitude.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_altitude.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_close.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_fix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_fix.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_fixValid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_fixValid.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_heading.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_heading.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_latitude.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_latitude.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_longitude.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_longitude.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_open.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_rawDate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_rawDate.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_rawTime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_rawTime.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_run.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_sources.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_sources.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_txByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_txByte.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/gps_velocity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/gps_velocity.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/Thumbs.db -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/closed.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/files.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/index.html -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/libgps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/libgps.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/libgps.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/libgps.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libgps/lmm/libgps.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libgps/lmm/libgps.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/BLOCKS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/BLOCKS.txt -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/accel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/accel.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/accel_mg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/accel_mg.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/adc.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/adc_mV.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/adc_mV.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/getRange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/getRange.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/getSPImode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/getSPImode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/getWhoAmI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/getWhoAmI.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/html/doc.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/html/menu.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/init.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/liblis3dh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/liblis3dh.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/lis3dh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/lis3dh.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/lis3dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/lis3dh.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/readByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/readByte.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/setADCmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/setADCmode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/setBDUmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/setBDUmode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/setRange.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/setRange.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/setSPImode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/setSPImode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/shutdown.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/temp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/temp.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/tilt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/tilt.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblis3dh/writeByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblis3dh/writeByte.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblsm9ds1/imu_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblsm9ds1/imu_init.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblsm9ds1/lsm9ds1.c: -------------------------------------------------------------------------------- 1 | #include "LSM9DS1.h" 2 | 3 | -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/liblsm9ds1/lsm9ds1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/liblsm9ds1/lsm9ds1.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/gRangec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/gRangec.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/getMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/getMode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/getxyz10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/getxyz10.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/getxyz8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/getxyz8.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/init.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/mma7455.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/mma7455.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/mma7455.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/mma7455.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/readByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/readByte.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/setMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/setMode.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/setOffset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/setOffset.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmma7455/writeByte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmma7455/writeByte.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmx2125/libmx2125.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmx2125/libmx2125.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmx2125/mx2125.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmx2125/mx2125.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libmx2125/mx2125.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libmx2125/mx2125.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/cmm/libping.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/cmm/libping.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/bc_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/bdwn.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/jquery.js -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/nav_f.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/nav_g.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/nav_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/open.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/tab_a.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/tab_b.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/tab_h.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/tab_s.png -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/html/tabs.css -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/libping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/libping.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/libping.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/libping.side -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/lmm/libping.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/lmm/libping.a -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/ping.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/libping/ping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/libping/ping.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/librfidser/rfidser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/librfidser/rfidser.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Sensor/librfidser/rfidser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Sensor/librfidser/rfidser.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/Beanie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/Beanie.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/ir_dec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/ir_dec.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/ir_hex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/ir_hex.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/ir_rx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/ir_rx.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/ir_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/ir_str.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Social/libbadgetools/ir_tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Social/libbadgetools/ir_tx.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/TextDevices/libsimpletext/scanAfterStr.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/blank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/blank.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/datetime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/datetime.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/datetime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/datetime.h -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/dt_fromEt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/dt_fromEt.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/dt_toEt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/dt_toEt.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/dte_toCal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/dte_toCal.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/dte_toJD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/dte_toJD.c -------------------------------------------------------------------------------- /Learn/Simple Libraries/Time/libdatetime/dte_toSPD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Simple Libraries/Time/libdatetime/dte_toSPD.c -------------------------------------------------------------------------------- /Learn/Update Your Learn Folder.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Learn/Update Your Learn Folder.html -------------------------------------------------------------------------------- /My Projects/Blank Simple C++ Project.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Blank Simple C++ Project.cpp -------------------------------------------------------------------------------- /My Projects/Blank Simple C++ Project.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Blank Simple C++ Project.side -------------------------------------------------------------------------------- /My Projects/Blank Simple Project.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Blank Simple Project.c -------------------------------------------------------------------------------- /My Projects/Blank Simple Project.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Blank Simple Project.side -------------------------------------------------------------------------------- /My Projects/Welcome.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Welcome.c -------------------------------------------------------------------------------- /My Projects/Welcome.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/My Projects/Welcome.side -------------------------------------------------------------------------------- /Propeller GCC Demos/C-VGA/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/C-VGA/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/C-VGA/vga.cogc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/C-VGA/vga.cogc -------------------------------------------------------------------------------- /Propeller GCC Demos/C-VGA/vga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/C-VGA/vga.h -------------------------------------------------------------------------------- /Propeller GCC Demos/C-VGA/vgademo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/C-VGA/vgademo.c -------------------------------------------------------------------------------- /Propeller GCC Demos/C-VGA/vgademo.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/C-VGA/vgademo.side -------------------------------------------------------------------------------- /Propeller GCC Demos/QuickStart/BlinkCogs/blinkcogs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/QuickStart/BlinkCogs/blinkcogs.c -------------------------------------------------------------------------------- /Propeller GCC Demos/QuickStart/Whack-a-mole/qswam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/QuickStart/Whack-a-mole/qswam.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/Graphics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/Graphics.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/Graphics.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/Graphics.dat -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/Graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/Graphics.h -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/Graphics.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/Graphics.spin -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/GraphicsFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/GraphicsFont.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/GraphicsTest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/GraphicsTest.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/GraphicsTest.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/GraphicsTest.side -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/TV.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/TV.dat -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/TV.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/TV.spin -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/common.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/common.mk -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/init.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/tv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/tv.c -------------------------------------------------------------------------------- /Propeller GCC Demos/graphics/tv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/graphics/tv.h -------------------------------------------------------------------------------- /Propeller GCC Demos/hello/hello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/hello/hello.c -------------------------------------------------------------------------------- /Propeller GCC Demos/hello/hello.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/hello/hello.side -------------------------------------------------------------------------------- /Propeller GCC Demos/pong/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/pong/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/pong/pong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/pong/pong.c -------------------------------------------------------------------------------- /Propeller GCC Demos/pong/pong.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/pong/pong.side -------------------------------------------------------------------------------- /Propeller GCC Demos/pong/vga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/pong/vga.h -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TV.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TV.dat -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TV.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TV.list -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TV.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TV.spin -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TvDemo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TvDemo.c -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TvDemo.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TvDemo.side -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TvDriver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TvDriver.c -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TvText.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TvText.c -------------------------------------------------------------------------------- /Propeller GCC Demos/sidetv/TvText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/sidetv/TvText.h -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/c++_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/c++_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/c++_toggle/toggle.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/c++_toggle/toggle.cc -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/c++_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/c++_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/cog_c_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/cog_c_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/cog_c_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/cog_c_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/cog_c_toggle/toggle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/cog_c_toggle/toggle.h -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/cog_c_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/cog_c_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/gas_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/gas_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/gas_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/gas_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/gas_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/gas_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_c_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_c_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_c_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_c_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_c_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_c_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/lmm_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/lmm_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/toggle.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/toggle.dat -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/toggle.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/toggle.list -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pasm_toggle/toggle.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pasm_toggle/toggle.spin -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pthreads_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pthreads_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pthreads_toggle/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pthreads_toggle/init.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/pthreads_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/pthreads_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/xmm_toggle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/xmm_toggle/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/xmm_toggle/toggle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/xmm_toggle/toggle.c -------------------------------------------------------------------------------- /Propeller GCC Demos/toggle/xmm_toggle/toggle.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/toggle/xmm_toggle/toggle.side -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/Makefile -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/README.txt -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/dat2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/dat2c.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/draw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/draw.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/draw.h -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/text.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/text.h -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/text2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/text2.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/text2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/text2.h -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/vga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/vga.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/vga.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/vga.dat -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/vga.spin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/vga.spin -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/vgademo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/vgademo.c -------------------------------------------------------------------------------- /Propeller GCC Demos/vgademo/vgademo.side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/Propeller GCC Demos/vgademo/vgademo.side -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parallaxinc/Simple-Libraries/HEAD/README.md -------------------------------------------------------------------------------- /version.txt: -------------------------------------------------------------------------------- 1 | v1.4.153 2 | --------------------------------------------------------------------------------