We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/scls19fr/Nextion.jl/blob/f89de1af9050335eff1239c198bb05c274cde2c4/examples/waveform.jl#L7-L20
The text was updated successfully, but these errors were encountered:
julia> vals = fill(UInt8(0), (4,)) 4-element Array{UInt8,1}: 0x00 0x00 0x00 0x00 julia> for (i, val) in enumerate(vals) vals[i] = val + i * delta_v end julia> vals 4-element Array{UInt8,1}: 0x33 0x66 0x99 0xcc
should also close #57
Sorry, something went wrong.
No branches or pull requests
https://github.com/scls19fr/Nextion.jl/blob/f89de1af9050335eff1239c198bb05c274cde2c4/examples/waveform.jl#L7-L20
The text was updated successfully, but these errors were encountered: