C++ Keywords

Listing of the keywords in C++.

eye 2.52K
×
Functions

Overview of the Use of Functions in C/C++

Basic introduction to what constitutes a function in C++.

eye 3.10K
×
Whitespace

The Use of Blank Space in C/C++

Discusses what whitespace is and how it can and does appear in a sketch.

eye 2.62K
×
Comments

Shows how comments are written in C++.

eye 2.60K
×
Digital vs. Analog

Discrete vs. Continuous Signals

Explanation of the difference between digital and analog signals and systems.

eye 8.25K
×
Push-On/Push-Off Buttons

Design Challenge, Problem 1

Write the code that converts the three momentary contact push buttons to operate as push-on / push-off buttons that satisfies the following specifications.

eye 2.83K
×
Garage Door Controller

Design Challenge, Problem 2

Design a program to control a garage door.

eye 2.91K
×
LCD Control

Design Challenge, Problem 3

Create LCD graphic displaying of Greek characters, progress bar, proportional meter.

eye 2.62K
×
8-Channel RC Servo Controller

Design Challenge, Problem 4

Use the three push buttons on the chipKIT™ Pro MX7 processor board to control the servo motor as three pre-defined positions.

eye 8.40K
×
Project 5: chipKIT™ Pro and Interrupts

Process Speed Controls Using Interrupts

Explore detecting events using interrupts or by using preemption that implements a nested interrupt management scheme.

eye 14.3K
×
Project 6: Using chipKIT™ Pro to Control LCDs

Handshaking and LCD Control

Investigate concepts involving parallel communications and handshaking.

eye 12.0K
×
Project 7: chipKIT™ Pro and Serial Communication

Asynchronous Serial Communications

Learn about asynchronous communications and communicate with a microcontroller using a terminal emulation program to implement a point to point serial link between the chipKIT™ PRO MX7 and a PC.

eye 12.5K
×
Project 8: chipKIT™ Pro and Serial Communications

Synchronous I2C Serial Communications

Investigate concepts involving synchronous communications using a basic master-slave multi-drop network communications and use the I2C protocol to communicate with the 24LC256 I2C™ CMOS Serial EEPROM.

eye 11.4K
×
Project 8a: chipKIT™ Pro and Serial Communications

Synchronous SPI Serial Communications

Investigate synchronous communications with the SPI master-slave serial bus

eye 9.98K
×
Project 9: Controlling a DC Motor

PWM Using Timer Compare

Generate a proportional output using the output compare resource on the PIC®32MX processor to implement digital-to-analog conversion with pulse width modulation (PWM), thus controlling the speed of a DC motor.

eye 17.9K
×
Project 10: Using chipKIT™ Pro and DC Motors

Frequency Measurement Using Input Capture

Use the PIC™ 32 input capture to measure frequency to determine the speed of a DC motor.

eye 13.8K
×
Common Project Files (Code)

Appendices: P00

Common project files for the series.

eye 3.02K
×
Project 0 Application files

Appendices: P00

Application files for Project 0.

eye 2.94K
×
MPLAB® XC32 C I/O Syntax

Appendices: P01

Syntax for MPLAB®.

eye 5.67K
×
Peripheral Library I/O Functions

Appendices: P01

List of functions for the peripheral library.

eye 4.38K
×
Detailed PIC™32 I/O Pin Block Diagram

Appendices: P01

Diagram of PIC™32.

eye 3.16K
×
Software Models and Planning

Appendices: P01

Software models and plans.

eye 3.17K
×
PmodSTEP™ Parts Layout

Appendices: P02, P03, P05

Layout of the Digilent PmodSTEP™ .

eye 2.89K
×
Process for Determining the Software Delay Contant

Appendices: P02

Determining delay constants for software

eye 3.12K
×