diff options
author | Damien George <damien.p.george@gmail.com> | 2015-05-13 20:46:54 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-13 20:46:54 +0100 |
commit | 1db3577bcb7ff6016c7a938e502ba49f7e52419f (patch) | |
tree | dc2a74d7704079221be3cbdd596cda48e2acce85 /teensy/qstrdefsport.h | |
parent | 0bfc57022dc6922d1f480ca58cc3d6e3b8c92288 (diff) | |
download | micropython-1db3577bcb7ff6016c7a938e502ba49f7e52419f.tar.gz micropython-1db3577bcb7ff6016c7a938e502ba49f7e52419f.zip |
teensy: Add readinto and readlines qstrs.
Diffstat (limited to 'teensy/qstrdefsport.h')
-rw-r--r-- | teensy/qstrdefsport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/teensy/qstrdefsport.h b/teensy/qstrdefsport.h index cfcbf7705c..5a2b191da4 100644 --- a/teensy/qstrdefsport.h +++ b/teensy/qstrdefsport.h @@ -36,7 +36,9 @@ Q(on) Q(off) Q(toggle) Q(readall) +Q(readinto) Q(readline) +Q(readlines) Q(FileIO) Q(input) Q(os) |