Skip to content
Discussion options

You must be logged in to vote

Here's your problem:dma_channel.channel()

channel is not a class method, channel is a property.
Therefore:
print(f"SUCCESS! Created DMA object channel { dma_channel.channel }.")
Without the brackets.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@TheFargo
Comment options

@GitHubsSilverBullet
Comment options

@TheFargo
Comment options

@GitHubsSilverBullet
Comment options

Answer selected by TheFargo
@TheFargo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants