-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
executable file
·34 lines (29 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
AriCalculator
=============
A homemade pocket calculator.
Directories:
============
|
+-Hardware - Everything needed to build AriCalculator RevA, RevB,
and RevC
|
+-Software - Source files (ASM and Forth) of the calculators
firmware
|
+-Tools - Tools written for the development of the AriCalculator
|
+-Subprojects - Repository clones of the projects that AriCalculator
is based on
The AriCalculator software is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with the AriCalculator software. If not, see
<http://www.gnu.org/licenses/>.
The hardware design of the Aricalculator project is licensed under a Creative
Commons Attribution-ShareAlike 3.0 Unported License
(http://creativecommons.org/licenses/by-sa/3.0/).
Hardware RevC uses Kicad library components by Walter Lain which are licensed
under a Creative Commons Attribution-ShareAlike 3.0 License
(http://creativecommons.org/licenses/by-sa/3.0/).