/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void setup()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:94:49: error: 'grab' was not declared in this scope
attachInterrupt(digitalPinToInterrupt(rxPin), grab, CHANGE);
^~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void click1()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:113:65: error: 'bipOne' was not declared in this scope
processClick(Cash1, cashCame1, cashNice1, ledCach1, ledCach2, bipOne);
^~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:113:65: note: suggested alternative: 'bip'
processClick(Cash1, cashCame1, cashNice1, ledCach1, ledCach2, bipOne);
^~~~~~
bip
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void doubleclick1()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:117:65: error: 'bipTwo' was not declared in this scope
processClick(Cash2, cashCame2, cashNice2, ledCach1, ledCach2, bipTwo);
^~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:117:65: note: suggested alternative: 'bip'
processClick(Cash2, cashCame2, cashNice2, ledCach1, ledCach2, bipTwo);
^~~~~~
bip
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void longPressStart1()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:124:3: error: 'bipLong' was not declared in this scope
bipLong(false);
^~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void RxDisplay()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:139:18: error: 'class String' has no member named 'isEmpty'
if (!displayRx.isEmpty()) {
^~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void TxDisplay()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:146:18: error: 'class String' has no member named 'isEmpty'
if (!displayTx.isEmpty()) {
^~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void processClick(long int&, long int&, long int&, int, int, void (*)())':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:164:18: error: 'SendANMotors' was not declared in this scope
if (cash != 0) SendANMotors(0x25250000 + random(0xffff), cash);
^~~~~~~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:165:22: error: 'SendCame' was not declared in this scope
if (cashCame != 0) SendCame(cashCame);
^~~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:165:22: note: suggested alternative: 'rename'
if (cashCame != 0) SendCame(cashCame);
^~~~~~~~
rename
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:166:22: error: 'SendNice' was not declared in this scope
if (cashNice != 0) SendNice(cashNice);
^~~~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:166:22: note: suggested alternative: 'cashNice'
if (cashNice != 0) SendNice(cashNice);
^~~~~~~~
cashNice
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void activateJammer()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:184:3: error: 'bipOne' was not declared in this scope
bipOne();
^~~~~~
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:184:3: note: suggested alternative: 'bip'
bipOne();
^~~~~~
bip
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino: In function 'void clearCache()':
/private/var/folders/l_/tk4khlhx2zs1hq_4m1pxbb640000gp/T/.arduinoIDE-unsaved2024106-24659-hidym0.462ps/HelloWorld/HelloWorld.ino:198:3: error: 'bipLong' was not declared in this scope
bipLong(false);
^~~~~~~
exit status 1
Compilation error: 'grab' was not declared in this scope