Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Clarification - const uint32_t totalKBytes = 1; for Microchip 24AA02 #11

@JonRobert

Description

@JonRobert

Hello, I'm just starting to use EEPROMs and quite frankly am still struggling with the addressing.
I am trying to use your extEEPROM driver and am getting errors (see below). I expect I have a wrong setup value but am at a loss to find the correct one.
(I'm using Arduino IDE 1.8.9)

My settings are:
//One 24AA02 EEPROMs on the bus const uint32_t totalKBytes = 1; //for read and write test functions extEEPROM eep(kbits_2, 1, 8); //device size, number of devices, page size uint8_t chunkSize = 4;

Thank you for your library and help

Regards
John

extEEPROM_output.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions