You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
This describes the use of a buzzer with the MSP 430 board , using the Booster Pack both of which are by TI
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to file1.)Uses x and y channels of the joy stick to modify the frequency of the music. This feature can be toggled on and off using the upper button on the Booster pack. 2.)Uses the Select switch of the Joy Stick to play a preprogrammed mini song.The song is played once. 3.)Uses the other button to enable x and y channels of the accelerometer to create a motion sensitive musical instrument.
Four Analog input channels to be sampled by ADC: Two for X and Y inputs from Joystick (A0 and A1) Two for X and Y inputs from the Accelerometer (A2 and A3) Pins P1.0 – P1.3 are then unavailable. Three binary Input ports: one for Joystick select button (P1.5) and two for the two buttons (P1.7 and P2.3) Timer and Port P1.6 for Timer Output Signal to be connected with the Buzzer
This describes the use of a buzzer with the MSP 430 board , using the Booster Pack both of which are by TI