✅ 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