micro-bitcoin / uBitcoin

Bitcoin library for microcontrollers. Supports Arduino, mbed, bare metal.
https://micro-bitcoin.github.io/
MIT License
168 stars 33 forks source link

Error when including uBitcoin Library (Arduino Uno Rev3) #2

Closed nicklyk closed 5 years ago

nicklyk commented 5 years ago

Returns exit status 1 Error compiling for board Arduino/Genuino Uno.

I downloaded the zip file, copy/pasted it into Documents/Arduino/Libraries as instructed. Am i missing something here?

Edit: Is this is only available for the ESP32 board?

stepansnigirev commented 5 years ago

It only works on 32-bit microcontrollers - ESP32, Cortex M0, Cortex M4, STM32 and similar. Adafruit Feather-M series should work, for example.

I should probably write about it in the readme file...

nicklyk commented 5 years ago

gotcha! It's time to buy some new hardware I guess 😊