โœ… NEW PRODUCTS
๐Ÿšš Shipping from 12 USD
๐Ÿ’ฐ DEALS OF THE DAY

Atom THMPR

About

Atom Thmpr is a basic thumper tool you can send messages with. Are you pressing a button on Atom? The PeekSmith will vibrate. Are you pressing a button on the PeekSmith? The Atom will vibrate.

The code is quite simple:

				
					function main() {
  ps.connect();
  ps.print("Atom\nTHMPR");
}

function onAtomButtonPress() {
  ps.vibrate(".");
}

function onPeekSmithButtonPress() {
  atom.vibrate(".");
}

function onEvent(e) {
  if (e.type === "press") {
    if (e.source === "atom:button") onAtomButtonPress();
    if (e.source === "ps:button") onPeekSmithButtonPress();
  }
}

				
			

Devices & MagiScript

โš›๏ธ Atom Remote

๐Ÿ”ข Quantum Calculator

๐Ÿคนโ€โ™‚๏ธ MagiScript Language

๐Ÿคนโ€โ™‚๏ธ MagiScript Examples

๐Ÿคนโ€โ™‚๏ธ MagiScript Tutorials

General

๐Ÿ“ƒ Examples

Atom

๐Ÿ“ƒ Atom Time

๐ŸŽž๏ธ Time Practice

๐Ÿ“ƒ Atom Pi (Pi Revelations)

๐Ÿ“ƒ Atom Drum

๐ŸŽž๏ธ Atom Stack

๐Ÿ“ƒ Atom Square

๐Ÿ“ƒ Atom Level

๐Ÿ“ƒ Atom THMPR

๐Ÿ“ƒ Poker Hands

๐Ÿ“ƒ Keyboard Numeric

๐Ÿ“ƒ Keyboard NOKIA

๐Ÿ“ƒ Keyboard Cursor

๐Ÿ“ƒ Keyboard Media

๐Ÿ“ƒ Keyboard Custom

Quantum

๐ŸŽž Q-Force

๐ŸŽžย Q-Mirror

๐ŸŽžย Q-Type

๐ŸŽžย Q-Sequence