Questions tagged [pins]

122 questions
0
votes
0 answers

Xamarin.Forms.GoogleMaps - Need to place custom pins very close together using a Map_Clicked. Seems to be padding problem

I have custom pins set up for Xamarin.Forms.GoogleMaps. I am reading them from existing .png icons which are transparent and do not have padding using the BitmapDescriptorFactory. My code is much like this article ->…
0
votes
1 answer

Driving stepper motor with only one pin

I'm trying to move a stepper motor (a 12-volt 28BYJ-48) with a A4988 driver using an Arduino. The motor is only going to move in one direction at one speed. I'm trying to drive this motor with a single pin. Since I don't care which direction it…
Zeke
  • 617
  • 1
  • 6
  • 15
0
votes
2 answers

Multiple pins with multiple colors MKMapView

How can I show multiple colors for my pins ? I have one pin with this function : c1.latitude = 48.7258729; c1.longitude = 4.5781534; HistoryMarker* ad15 = [[HistoryMarker alloc] initWithCoordinate:c1 Title:@"Title" SubTitle:@"SubTitle"]; [mapView…
0
votes
1 answer

IOS Map Pins are not Showing?

I am struggling with my iOS code. The overall goal of the project is to show the pins on the map, I've tried multiple ways to make the pins appear on the map such as the below, I am not sure what I am doing wrong. The code runs fine, the pins are…
codingTia
  • 31
  • 1
  • 3
0
votes
1 answer

getting timestamp for RSConnect pins

I am working with a shiny app that reads data in pins. I want to get the date when the pin was created, and was able to find this function "pin_info" that is useful. Below is an example I found.... So my question is: How can I just grab…
hk041490
  • 1
  • 1
0
votes
0 answers

Xamarin Maps/Google Maps place custom Pin on centre point

I'm trying to place the centre of a custom pin onto my map. Xamarin and GoogleMaps nuget packages automatically place the bottom centre of the pin on the Location (lat/long) property. Standard Pin I want to place the centre of my marker on the…
0
votes
1 answer

Using #pragma for PIC pins

Is it possible to use #pragma to set TRIS registers to 1/0 and PORT registers to ON/OFF? I understand this question may sound overly-simplistic, however, I'm eager for confirmation.
user13822146
0
votes
0 answers

pyparsing verilog module pins info

I am trying to get the following info from a Verilog file: module name pinslist pins info (pinName or busName (and vector range), direction) For example, below a Verilog file: module DMU ( A, B, C, vdd, Z, Q, QN ); output Z; input…
0
votes
1 answer

Asp.net Google Maps Markers

I have a list of objects that have title, latitude, longitude and description and want to place them in google map but I can't place the pins in the map. Any idea what I'm doing wrong? Thank you in advance! :) foreach (var item in list) …
mario
  • 33
  • 1
  • 5
0
votes
2 answers

How does arduino-uno know it only has one serial port?

I am trying to understand how a microcontroller is working, basically. At least from a software developers point of view. I have some basic knowledge about "make-files" and the compiling and linking process as well as low-level programming. But what…
Dave
  • 341
  • 1
  • 4
  • 13
0
votes
0 answers

Xamarin.Forms.GoogleMaps animated pins

I try to animate google maps pins but BitmapDescriptorFactory.FromView load only static image i.e. if I load lottie , gif or apng animation it just render first frame of it. Is there anyway to animate google maps pins?
0
votes
1 answer

how to set fpga attribute?

i am trying to turn a led on and off by fpga but IO properties of reg(s) is set to 'OFF' which is output flip flop! My question is that how can I set IO register to NO in ISE? I have tried this : inst "led_error" IOB = false; but nothing…
Reflection
  • 399
  • 2
  • 11
0
votes
2 answers

Changing an annotation to a pin

I'm try to make a pin that you click on and a title and subtitle will come up. Here's my code so far: let span : MKCoordinateSpan = MKCoordinateSpanMake(0.1, 0.1) let location : CLLocationCoordinate2D = CLLocationCoordinate2DMake(40.750517,…
0
votes
1 answer

Ruby on Rails Edit and Delete post comments

Hi i am trying to add comments to my Pins Model . I can add comments but i cant seem to get the right link for my Edit and Delete actions. comments controller class CommentsController < ApplicationController before_action…
0
votes
0 answers

arduino analog returns offset value after accident

I am painfully new to arduino so keep that in mind, while experimenting with a volt meter sketch with a resistor divider (100k and 10k resistor) then I tried to connect a 5v power supply (regulated off board) I doubt it was the voltage due to the…
1 2 3
8 9