https://github.com/frioux/autopot
Arduino code to automatically make tea! (or coffee, or hot cocoa, or ...)
https://github.com/frioux/autopot
Last synced: 2 months ago
JSON representation
Arduino code to automatically make tea! (or coffee, or hot cocoa, or ...)
- Host: GitHub
- URL: https://github.com/frioux/autopot
- Owner: frioux
- Created: 2011-03-01T00:47:41.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T18:37:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-04T17:28:19.627Z (4 months ago)
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 AutoPot
=head2 Plans
=head3 Tea
=over 2
=item 1. Heat left till "near" C<$x> temp while stirring
=item 2. Heat left slower till at C<$x> temp while stirring
=item 3. Pump left to right
=item 4. Maintain heat C<$x> for C<$y> seconds while stirring
=item 5. Pump right to left
=item 6. Maintain heat C<$x> till empty
=back
=head3 Coffee
=over 2
=item 1. Heat left till "near" C<$x> temp while stirring
=item 2. Heat left slower till at C<$x> temp while stirring
=item 3. Pump left to right
=item 4. Maintain heat C<$x> for C<$y> seconds while stirring
=item 5. Pump right to left
=item 6. Maintain heat C<$x> till empty
=back
=head3 Powdered Chai
=over 2
=item 1. Cool left till "near" C<$x> temp while stirring
=item 2. Cool left slower till at C<$x> temp while stirring
=item 3. Maintain cold C<$x> till empty while stirring
=back
=head3 Cocoa
=over 2
=item 1. Heat left till "near" C<$x> temp while stirring
=item 2. Heat left slower till at C<$x> temp while stirring
=item 3. Maintain heat C<$x> till empty while stirring
=back
=head3 Cleaning
=over 2
=item 1. Heat left till "near" C<$x> temp while stirring
=item 2. Maintain heat C<$x> for C<$y> seconds while stirring
=item 3. Pump left to right
=item 4. Maintain heat C<$x> for C<$y> seconds while stirring
=item 5. Pump right to left
=back
Repeat steps 2-5 till user turns off.