Skip to content

using sprint #21

Open
Open
@markbiasotti

Description

@markbiasotti

I would like to use the Record text message to include variables using sprintf as shown below, but even thou it compiles and uploads, fails to write record. Is this not possible or a bug?

To see full issue are arduino forum go here

char buffer[40]; int days = 3; sprintf(buffer,"Days user has taken their medication = %d", days); tag.writeNDEFText(buffer, &memLoc, false, true); // MB=0, ME=1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions