JEREMY_LING

LV 1
2021-10-16 đã tham gia Global
Huy hiệu 1

Moments 6
JEREMY_LING
JEREMY_LING
2 years ago
Posted

Scale of dragon, tooth of wolf, Witches' mummy, maw and gulf Of the ravin'd salt-sea shark, Root of hemlock digg'd i' the dark, Liver of blaspheming Jew, Gall of goat, and slips of yew Silver'd in the moon's eclipse, Nose of Turk and Tartar's lips, Finger of birth-strangled babe Ditch-deliver'd by a drab, Make the gruel thick and slab: Add thereto a tiger's chaudron, For the ingredients of our cauldron.

JEREMY_LING
JEREMY_LING
3 years ago
Commented

you know instead of you known?

Đoạn này đã bị xóa
The Duel Of Knighthood

The Duel Of Knighthood

Action · A9C

JEREMY_LING
JEREMY_LING
3 years ago
Commented

maybe u can add some accents for example u can add accents on YOU

"What do you think you are doing?!" Theo yelled back.

The Duel Of Knighthood

The Duel Of Knighthood

Action · A9C

JEREMY_LING
JEREMY_LING
3 years ago
Replied to WinterBaton_2381

i donot Understand? Pls speak english.

The weather couldn't have been more picturesque. Blue sky as far as the eye could see with fluffy clouds sprinkled sparsely and artistically. However, Theo's stride was filled with nothing but lead.

The Duel Of Knighthood

The Duel Of Knighthood

Action · A9C

JEREMY_LING
JEREMY_LING
3 years ago
Commented

please give it a name!

JEREMY_LING
JEREMY_LING
3 years ago
Posted

String stepNumbers= "---Step"; String orange= "Tri-LED1 is "; String apple= " and Tri-LED2 is "; long timer; void setup() { pinMode(LED0, OUTPUT); //Use digital pin 11 to drive the red LED in the first Tri-LED pinMode(LED1, OUTPUT); //Use digital pin 10 to drive the green LED in the first Tri-LED pinMode(LED2, OUTPUT); //Use digital pin 9 to drive the blue LED in the first Tri-LED pinMode(LED3, OUTPUT); //Use digital pin 7 to drive the red LED in the second Tri-LED pinMode(LED4, OUTPUT); //Use digital pin 6 to drive the green LED in the second Tri-LED pinMode(LED5, OUTPUT); //Use digital pin 5 to drive the blue LED in the second Tri-LED Serial.begin(9600); } void loop() { timer=millis(); digitalWrite(LED0, HIGH); digitalWrite(LED1, LOW); digitalWrite(LED2, LOW); digitalWrite(LED3, LOW); digitalWrite(LED4, LOW); digitalWrite(LED5, LOW); Serial.println(stepNumbers + "1---"); Serial.println(orange + "RED" + apple + "OFF" + " at " + String(timer) + " milliseconds");