heptan

Results 3 issues of heptan

When importing CSV data into tables with decimal fields, the importer stores '0' when the field is empty in the CSV file. I would expect the processing to stop (which...

For some situations it would be nice to be able to set all bits at once.

The setPins function does not check if the readPin is defined when pinMode is called. On some boards this results in a lockup, when pinMode(-1, INPUT) is called. See: https://github.com/johnnyb/Shifty/blob/1fe332c9a933f25999ec680a46c8d129840966e6/src/Shifty.cpp#L20...