Using RxJS to improve the code in displaying the current time in an LCD
In the previous article you saw how we can use NodeJS and a Raspberry Pi to display the current time along with extra text through an 16x2 LCD.
More …In the previous article you saw how we can use NodeJS and a Raspberry Pi to display the current time along with extra text through an 16x2 LCD.
More …As mentioned in the title, this post will cover how to use NodeJS to display the current time in the format of h:mm:ss a
through an 16x2 LCD Display with a Raspberry Pi 3.
I’m one of those developers who actually got hooked on the new age fad of Functional Programming.
More …