IchigoJam first step 10 LED1:WAIT30 20 LED0:WAIT30 30 GOTO10 LED1 RUN

Slides:



Advertisements
Similar presentations
Computer Vocabulary Words to know and remember for the semester.
Advertisements

Do I Understand the Keyboard and Typing? Assessment Game.
P1PMF Split1 QBASIC. P1PMF Split2QBasic Command Prompt Will launch the emulator DOS operating system? Press Alt + Enter to display the widescreen.
Review! This is for your test, so pay attention!.
From the NXT top menu Connect desired hardware as indicated Enter a command in the box indicated from the menu provided Repeat for all 5 boxes.
Computer System Examples? Input Output Devices System Unit Devices
Get to Know Your Keyboard. Operational Keys Escape (Esc) – allows you to exit unwanted menus and dialog boxes Tab – used to indent; moves the cursor 5.
Client – Server Application Can you create a client server application: The server will be running as a service: does not have a GUI The server will run.
Moving Around in Scratch The Basics… -You do want to have Scratch open as you will be creating a program. -Follow the instructions and if you have questions.
1.Click on run continuously to easily change the toggles (red) and turn RT graph on (orange). 2.All inputs are on the right side of the program, with.
VI EDITOR University of Mississippi. Vi Editor What is Vi ? ▫Vi is a screen based editor. ▫The screen of your terminal will act as a window into the file.
More on Pipelining 1 CSE 2312 Computer Organization and Assembly Language Programming Vassilis Athitsos University of Texas at Arlington.
1 Archiving and Restoring Machine Waypoints 2015.
Computer Vocabulary Computer
Cloning in Scratch Computer App Session 6. Cloning in Scratch Learning Objectives: I will clone sprites in Scratch to create copies of an existing sprite.
More on Pipelining 1 CSE 2312 Computer Organization and Assembly Language Programming Vassilis Athitsos University of Texas at Arlington.
The Basics. 1. New File = Ctrl + N 2. Save File = Ctrl + S  save as “02test” in word folder  in comp_lit folder 3. Close File = Ctrl + W 4. Open File.
QWERTYUIOP ?. Parts & Layout of the 1. Main Keypad 2. Functions Keys 3. Modifier Keys 4. Legacy keys 5. Navigation Keys 6. Numeric Keypad 7. Indicator.
CS:414 introduction to Unix and Linux
The Basic Input Output System is basically a set of instructions that Toshiba Tecra Utilizes to check whether it’s all components are functioning or.
Making a 24hr Timer.
Jeopardy Input Categories Meaning Input General Q $100 Q $100 Q $100
DALI Scene Controller HDL-MC-DALI.431.
DEVICE ORIENTATION ICT4D Session 2.
Tutorial 1 – Creating a Document
Create a Halloween Computer Game in Scratch
Keyboarding Slideshow
The first change to your project files that is needed is to change the device to the correct FPGA. This is done by going to the Assignments tab on the.
Release Numbers MATLAB is updated regularly
International Computer Driving Licence Syllabus version 5.0
Computer Keyboard and Proper Finger Positioning
Welcome to Arduino A Microcontroller.
Intro CS – Keyboard and mouse input
Lesson 4 Objectives work with document formatting
Mouse & Keyboard Basics
Business Tech – 1st Quarter Exam Review
Basic operations in Matlab
Fulton County Public Library
Programming Scratch to Control a K’NEX Fairground Ride
Vi Editor.
Calculations with Lists
Lighting LEDs with a RASPBERRY PI
Using the Keyboard And Mouse
EV3 On Brick Programming
Document Processing Part 2
Learning to program with Logo
Q W E R T Y U I O P A S D F G H J K L Z X C V B N M
TransCAD Route Systems 2018/11/22.
Create Odometer Measurement Documents
BBC Microbit.
بسم الله الرحمن الرحيم.
1 Prior to each transaction, the cashier at FoodWays enters a code into the cash register to let the cash register know that a new transaction is being.
An intro to programming concepts with Scratch
Resetting and long beep test for PCB without digital display
IBM SCPM Forecast Macro Tool
IBM SCPM Forecast Macro Tool
Word Lesson 1 Word Basics
Strike it out.
Practical hands on skills
KEYBOARD and IMPORTANT KEYS
Using Script Files and Managing Data
Computer Science 1 For..do loop Dry Run Take notes on the For loop
User Input Keyboard input.
Keyboarding Vocabulary
1 Prior to each transaction, the cashier at FoodWays enters a code into the cash register to let the cash register know that a new transaction is being.
Keyboarding Vocabulary
Online Pogo Game Customer Service
Pogo Game Customer Care Helpline Number

Call Pogo Contact Phone Number and Enjoy Pogo Game
Presentation transcript:

IchigoJam first step 10 LED1:WAIT30 20 LED0:WAIT30 30 GOTO10 LED1 RUN Blink the LED (Hit the Space key to input space) Light up the LED 10 LED1:WAIT30 20 LED0:WAIT30 30 GOTO10 RUN LED1 Type “LED1” and hit the Enter. Light off the LED LED0 “RUN” is a command to start your program. Hit the ESC key to stop the program. Also the F5 key is same as “RUN”. Every line needs to hit the Enter. Order your computer to wait for a while WAIT120 “LIST” is a command to display the program. LIST The F4 key works same way. “WAIT120” means “wait 2sec” Q:”WAIT60” means? Can you blink the LED more fast? The Enter to tell computer your modification. WAIT60 You can save up to four programs (0 to 3) Light up the LED 1sec ( to connect commands) : SAVE0 The F3 key types “SAVE”. LED1:WAIT60:LED0 After reboot your computer, you can load that program. Hit the UP key twice. Hit the RIGHT key 12 times. Hit the Backspace key to delete “6”. Type “12”. Hit the Enter to modify your order. LOAD0 The F2 key types “LOAD”. Type “NEW” to clear your program. NEW LED1:WAIT120:LED0 http://ichigojam.net/

+ IchigoJam mini games Rafting! (The RIGHT and the LEFT key to avoid) Baseball! (Hit any key to hit the ball) 10 CLS:X=15 20 LC X,5:?”O” 30 LC RND(32),23:?”*” 35 WAIT 3 36 X=X-BTN(28)+BTN(29) 37 IF SCR(X,5) END 40 GOTO 20 10 LET Y,0 20 CLS 30 LC 4,15:?”%” 40 LC 5,Y:?”O” 50 IF INKEY() GOTO 90 60 LET Y,Y+1 70 WAIT 6 80 GOTO 20 90 IF Y=15 ?”HIT!” How fast? (Hit the Space key after lighting up LED) Screen jack! (Hit any key) 10 LED 0 20 WAIT RND(180)+60 30 LED 1:CLT 40 IF BTN(32)=0 GOTO 40 50 ?TICK() 10 LET C,1:CLS 20 LC RND(32),RND(22) 30 ?CHR$(C) 40 LET K,INKEY():IF K C=K 50 GOTO 20 Type! (Type in A to Z) 10 LET N,65:CLT 20 ?CHR$(N); 30 IF INKEY()!=N GOTO 30 40 LET N,N+1:IF N<91 GOTO 20 50 ?:?TICK()/60 Hit the Shift key to type ‘(‘, ‘)’ or ‘”’ ( 9 shift + Calc! (Calculate the sum quickly) 10 LET N,0:CLT 20 LET A,RND(10) 30 LET B,RND(10) 40 ?A;”+”;B;”=“;:INPUT C 50 IF C!=A+B ?”NG!”:END 60 LET N,N+1:IF N<10 GOTO 20 70 ?TICK()/60 http://ichigojam.net/