User contributions
From Manuals
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
- 15:39, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:30, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:30, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:23, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:23, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:21, 17 September 2014 (hist) (diff) 02-01 SimpleLED
- 15:20, 17 September 2014 (hist) (diff) 02-01 SimpleLED
- 15:19, 17 September 2014 (hist) (diff) 03-02 FlashingLEDspleLED
- 15:17, 17 September 2014 (hist) (diff) 02-01 SimpleLED
- 15:15, 17 September 2014 (hist) (diff) 03-01 WhileLoop
- 15:14, 17 September 2014 (hist) (diff) 02-01 SimpleLED
- 15:12, 17 September 2014 (hist) (diff) 02-01 SimpleLED
- 15:06, 17 September 2014 (hist) (diff) 04-04 PWMOutput
- 15:03, 17 September 2014 (hist) (diff) 04-04 PWMOutput
- 14:39, 17 September 2014 (hist) (diff) N File:BAM210 04 04.png (top)
- 14:37, 17 September 2014 (hist) (diff) 04-04 PWMOutput
- 20:55, 16 September 2014 (hist) (diff) 04-02 SawtoothWave
- 20:54, 16 September 2014 (hist) (diff) 04-01 DACOutput
- 20:54, 16 September 2014 (hist) (diff) 04-03 SinusoidWave
- 20:53, 16 September 2014 (hist) (diff) N File:BAM210 04 03.png (top)
- 20:52, 16 September 2014 (hist) (diff) N File:BAM210 04 02.png (top)
- 15:55, 14 August 2014 (hist) (diff) N 05-05 DataConversion (Created page with 'This example reads an Analog to Digital Converter (ADC) and outputs it to a Digital to Analog Converter(DAC). /*Program Example 5.5: Inputs signal through ADC, and outputs to D…')
- 15:52, 14 August 2014 (hist) (diff) N 06-01 SevenSegCounter (Created page with 'This example displays a count 0-9 on a seven segment display. /* Program Example 6.1: seven-segment display counter …')
- 15:48, 14 August 2014 (hist) (diff) N 06-02 TwoDigitCounter (Created page with 'This program counts 0 to 99 and displays them on a two digit common cathode 7-segment display. /* Program Example 6.2: Display counter for 0-99 …')
- 15:46, 14 August 2014 (hist) (diff) N 06-03 KeyPressDisplay (Created page with 'This program reads a number pressed on the personal computers keyboard while using a terminal program and displays the number on the 7 segment display. /* Program Example 6.3: …')
- 15:43, 14 August 2014 (hist) (diff) 06-04 HeaderTemplate (top)
- 15:42, 14 August 2014 (hist) (diff) N 06-04 HeaderTemplate (Created page with 'This example demonstrates the use of a header file and C/C++ preprocessor and preprocessor directives. /* Program Example 6.4: Template for .h header file …')
- 15:38, 14 August 2014 (hist) (diff) 06-05 ModularCodeExample
- 15:36, 14 August 2014 (hist) (diff) N 06-05 ModularCodeExample (Created page with 'This program is an example of using modular code. /* Program Example 6.5: main.cpp file for modular 7-seg keyboard controller This example program includes example code PE6…')
- 15:30, 14 August 2014 (hist) (diff) N 05-04 LoggingData (Created page with 'This example reads an analog voltage and transfers the reading to a terminal running on a personal computer. /*Program Example 5.4: Reads input voltage through the ADC, and tr…')
- 15:28, 14 August 2014 (hist) (diff) N 05-03 PWMFrequency (Created page with 'This example program uses an analog input to control the period of a PWM. /*Program Example 5.3: Uses analog input to control PWM period …')
- 15:25, 14 August 2014 (hist) (diff) N 05-02 PWMPulse (Created page with 'This example uses an analog input to control the duty cycle of a PWM in a fixed period. /*Program Example 5.2: Uses analog input to control PWM duty cycle, fixed period …')
- 15:21, 14 August 2014 (hist) (diff) N 05-01 LEDBrightness (Created page with 'This program uses an analog input to control the brightness of an LED through a DAC output. /*Program Example 5.1: Uses analog input to control LED brightness, through DAC outp…')
- 15:16, 14 August 2014 (hist) (diff) 04-07 OrangesAndLemons
- 15:16, 14 August 2014 (hist) (diff) N 04-07 OrangesAndLemons (Created page with 'This example uses a PWM to play the tune "Oranges and Lemons" on a piezo buzzer using a PWM. /*Program Example 4.7: Plays the tune "Oranges and Lemons" on a piezo buzzer, using…')
- 15:13, 14 August 2014 (hist) (diff) 04-06 SoftwarePWM
- 15:13, 14 August 2014 (hist) (diff) 04-06 SoftwarePWM
- 15:11, 14 August 2014 (hist) (diff) N 04-06 SoftwarePWM (Created page with ' /*Program Example 4.6: Software generated PWM. 2 PWM values generated in turn, with full on and off included for comparison. …')
- 15:08, 14 August 2014 (hist) (diff) N 04-05 PWMDCMotor (Created page with 'The example program uses a PWM output to control a servo motor. The servo motor is a HiTEC HS0422 /*Program Example 4.5: PWM control to DC motor is repeatedly ramped …')
- 15:03, 14 August 2014 (hist) (diff) 04-04 PWMOutput
- 15:02, 14 August 2014 (hist) (diff) 04-03 SinusoidWave
- 15:01, 14 August 2014 (hist) (diff) 04-02 SawtoothWave
- 14:59, 14 August 2014 (hist) (diff) 04-01 DACOutput
- 14:59, 14 August 2014 (hist) (diff) N File:BAM210 04 01.jpeg (top)
- 14:45, 14 August 2014 (hist) (diff) N File:BAM210 SevenSegDis.jpeg (top)
- 14:43, 14 August 2014 (hist) (diff) 04-01 DACOutput
- 14:42, 14 August 2014 (hist) (diff) 04-01 DACOutput
- 14:41, 14 August 2014 (hist) (diff) 03-05 SevenSegDisplay
- 14:39, 14 August 2014 (hist) (diff) 03-04 PhotoInterrupter
- 14:38, 14 August 2014 (hist) (diff) 03-02 FlashingLEDspleLED
(Latest | Earliest) View (newer 50) (older 50) (20 | 50 | 100 | 250 | 500)
