18
Example of Using the Hub Menu:
This TI-Nspire™ CX example builds the command
Send "SET SOUND 440 TIME 2"
to
sound a 440Hz tone for 2 seconds on the on-board speaker.
1. Open (or create) the program that you will use to communicate with the Hub.
2. Position the cursor where you want to place the command.
3. On the handheld, press
b
and select
Hub
.
In the Program Editor menu, select
Hub
.
The Hub menu appears.
4. Select
Send "SET
, and then select
SOUND
to
insert the first part of the command.
5. Type
440
as the frequency value.
6. On the Hub menu, select
Settings > TIME
.
7. To complete the command, Type
2
as the
TIME value.
8. To test the command, follow the previous instructions for running a program.
Tips for Coding with TI-Nspire™ CX Technology
•
Code from an external source might contain "curly" quotation marks (
“
...
”
) in
places that require straight quotes ("..."). To type straight quotes, press
/ r
.
•
To clear the current line of code, press
/ Ì
.