Skip to content

Commit 3fb4e1b

Browse files
committed
format_string.png diagram
1 parent 6826d4e commit 3fb4e1b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Output:
8888
Notice how each character within `"sLdcfx-"` string specifies different type for each column. It is very important to set this format right.
8989
We could set each solumn to be strings like "sssssss", however this would use more memory than it's really needed. If we wanted to store a large array of small numerical values (e.g. under 128), then using "c" specifier would be appropriate. See [Specifying value types](#specifying-value-types) section for full list of available specifiers and their descriptions.
9090
91+
![image didnt load](./images/format_string.png)
92+
9193
**Is it necessary to supply the whole string at once?**
9294
No, it may be supplied in incomplete parts as shown in [this example](https://github.com/michalmonday/CSV-Parser-for-Arduino/blob/master/examples/supplying_csv_by_incomplete_parts/supplying_csv_by_incomplete_parts.ino).
9395
```cpp

images/format_string.png

28.4 KB
Loading

0 commit comments

Comments
 (0)