Great Cow does LGT8 #167
pixelwaster
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I stumbled across this channel on YouTube that uses BASIC to program microcontrollers. In November of 2020 they added support for the LGT8F family of chips. You have to use the Release Candidate version to get LGT8F support, RC38 or later.
What got me was he did PWN 3 ways: Hardware, software, and variable frequency PWM. At the end of the demo he has two LEDS dimming/brightening at different frequencies on hardware PWM pins. He then inverted one of the PWM signals by simply using NOT on the duty duty cycle variable. Changing the controller define will compile the code for a different controller (hardware permitting I believe).
The channel is mostly PIC but there is a series on LGT and a few on the Arduinos.
Channel Link
LGT328p Programming - configuration and usage
The complete playlist (15 videos)
Home page on source forge
Direct link for the full 0.98.07 RC installer for Windows
A Linux RC can be found here along with the Windows versions Sorry MacOS.
Great-Cow-BASIC-Demonstration-Sources on github
Beta Was this translation helpful? Give feedback.
All reactions