Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #46 from Pwnagotchi-Unofficial/main
Browse files Browse the repository at this point in the history
pushing readme changes
  • Loading branch information
dj1ch authored Dec 8, 2023
2 parents b060dfa + c94293e commit 9621cb7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,19 @@ Overall, this project started as a thought. A pwnagotchi on an even smaller boar
The install guide is [here](INSTALL.md), now that I have put out releases.
####
#### Languages
The code is done in these langauges.

- C
- C++
- Python
- Go (maybe)

Note that the C++ in arduino is slightly modified from what I have heard. See [this reddit question](https://www.reddit.com/r/arduino/comments/x46sml/is_arduino_programming_language_c/) for more about this. Arduino probably has tweaked it to be more beginner friendly, although still being [low-level](https://en.wikipedia.org/wiki/Low-level_programming_language).
####
#### Some other ones...

- Python
- Go

Although nothing will be coded in these langauges(most likely) on this project, it will still be good to know these languages as they will help us understand how a pwnagotchi works. It's a complicated machine, and takes a while to fully understand considering how complex it can be.
####
#### Prerequisites
- An IDE (most likely the arduino ide)
Expand Down

0 comments on commit 9621cb7

Please sign in to comment.