UNPKG

jvsdisplayotron

Version:

A lightweight but powerful module, that allows you to easily control a Display-O-Tron 3000 / HAT from Node.js

28 lines (21 loc) 826 B
<a name="DOTHAT"></a> ## DOTHAT **Kind**: global class * [DOTHAT](#DOTHAT) * [new DOTHAT()](#new_DOTHAT_new) * [.reset()](#DOTHAT+reset) * [.kill([performReset])](#DOTHAT+kill) <a name="new_DOTHAT_new"></a> ### new DOTHAT() Creates a new `DOTHAT` object. <a name="DOTHAT+reset"></a> ### dothat.reset() Resets the Display-O-Tron. **Kind**: instance method of <code>[DOTHAT](#DOTHAT)</code> <a name="DOTHAT+kill"></a> ### dothat.kill([performReset]) Kills the Python process used by JVSDisplayOTron. **Kind**: instance method of <code>[DOTHAT](#DOTHAT)</code> | Param | Type | Default | Description | | --- | --- | --- | --- | | [performReset] | <code>Boolean</code> | <code>false</code> | A value that indicates whether a reset should be performed prior to killing the process. Optional (false by default). |