import React from "react" export default React.memo(function Info() { return (

Info

Morse code is communication through various lengths of tones and silences.

Telegraph Key Types

The instrument used to send morse code is called the key. Straight Keys use a single button and generates tones whe pressed down. Straight keys require greater accuracy as you control the dits, dahs, and spacing. Electronic Keys can have two paddles that automatically generate either dits or dahs of appropriate length when pressed.

) })