We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
calculate_crc() uses a computed crc_table to speed crc calculation up.
But this crc_table is calculated each time, for each command sent to the card, when it should be calculated once on module loading.
Moving this calculation at modules level helps making adafruit_sdcard.py faster.