Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
api:computer [2018/09/10 00:24]
payonel
api:computer [2018/09/10 00:28]
payonel
Line 52: Line 52:
   The first returned result is the signal name, following results correspond to what was pushed in `pushSignal`,​ for example. These vary based on the event type.   The first returned result is the signal name, following results correspond to what was pushed in `pushSignal`,​ for example. These vary based on the event type.
   Generally it is more convenient to use `event.pull` from the [[api:​event|event]] library. The return value is the very same, but the `event` library provides some more options.   Generally it is more convenient to use `event.pull` from the [[api:​event|event]] library. The return value is the very same, but the `event` library provides some more options.
 +- `computer.beep([frequency:​string or number[, duration: number])`
 +
 +  Causes the computer to produce a beep sound at `frequency` Hz for `duration` seconds. This method is overloaded taking a single string parameter as a pattern of dots `.` and dashes `.` for short and long beeps respectively.
  
 Contents Contents
 ----------- -----------
 {{page>​api:​contents&​noheader&​noeditbutton&​nouser&​nofooter}} {{page>​api:​contents&​noheader&​noeditbutton&​nouser&​nofooter}}