diff options
author | Damien George <damien.p.george@gmail.com> | 2015-05-20 23:12:43 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-05-20 23:12:43 +0100 |
commit | a3c96c925229909535e81c7596e03b66af328a4d (patch) | |
tree | ef09f388a65f93fe8b1532800dc280cc40759e95 /pic16bit | |
parent | e800db562f1ebdd3d7d1da642f89e66578b363e0 (diff) | |
download | micropython-a3c96c925229909535e81c7596e03b66af328a4d.tar.gz micropython-a3c96c925229909535e81c7596e03b66af328a4d.zip |
pic16bit: Add readinto and readlines to qstrs.
Diffstat (limited to 'pic16bit')
-rw-r--r-- | pic16bit/qstrdefsport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pic16bit/qstrdefsport.h b/pic16bit/qstrdefsport.h index 1ec8843a42..f532bb0b0f 100644 --- a/pic16bit/qstrdefsport.h +++ b/pic16bit/qstrdefsport.h @@ -11,5 +11,7 @@ Q(toggle) Q(Switch) Q(value) Q(readall) +Q(readinto) Q(readline) +Q(readlines) Q(FileIO) |