27MHz
📻 Get the frequency in Hz for a given channel on the general use 27 MHz band.
Installation
npm install 27mhz --save
Usage
var channel = console // 27145000
API
var hz = channel(n)
Given a channel n
between 1 and 32, this function will return its
frequency in Hz.
License
MIT