Skip to content

pythagaurang/thinkled_morsecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

thinkled_morsecode

Inspired from that reddit post.

I wrote a morse translator first that'd just translate English letters to morse code. Then I wrote a function to display the morse code. For all this I reffered the morse wiki.

For the led on and off code, I reffered this reddit post.

Getting Started

  • Run the following commands in terminal or add ec_sys.write_support=1 to your kernel parameters.
sudo modprobe -r ec_sys
sudo modprobe ec_sys write_support=1
  • Clone this repository and run the python file as root.
sudo python3 thinkled_morsecode/morsecode.py

Future Releases

I want to make this code work with all the leds on the laptop, which can be accessed through sys/class/leds. That will also allow this code to work with other laptops.

About

Inspired from a reddit post, Here's what it does:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages