Click here to Skip to main content
15,901,373 members
Articles / Internet of Things

Cajoling std::chrono Operations to Link On the Teensy platform

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
24 Aug 2022Public Domain2 min read 4K   4  
std::chrono doesn't work on the Teensy? Oh no! Here's how to fix it.
This code is a little band-aid to get std::chrono operations to work instead of causing a linker error when you try to use them on a Teensy.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions