Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

I installed a library, and It's not showing up. #376

@Void-Overflow

Description

@Void-Overflow

Hello, I recently downloaded the pro ide, and I tried downloading the Adafruit_bmp085.h library. I downloaded it, and when I try to install it it doesn't find it. I'm not sure what the issue is. Also, how would I go about installing a zip library for the ide. I have a tinygps++ library that I also wish to install, and I'm not sure how to do it through the pro ide. Anyway, here is the begginging of my code:

#include <Arduino.h>
#include <Wire.h>
#include <Adafruit_BMP085.h>
#include <TinyGPS++.h>
#include <SoftwareSerial.h>

static const int RXPin = 10, TXPin = 11;
static const uint32_t GPSBaud = 115200;

TinyGPSPlus gps;
SoftwareSerial ss(RXPin, TXPin);
Adafruit_BMP085 bmp;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions